#8f0c88

Color #8F0C88 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8F0C88

Tints of Dark Magenta #8F0C88

Color information

#8F0C88 (or 0x8F0C88) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0C and 88. RGB value is (143,12,136). Sum of RGB (Red+Green+Blue) = 143+12+136=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0C88 is #70F377. Grayscale: #404040. Windows color (decimal): -7402360 or 8916111. OLE color: 8916111.

HSL color Cylindrical-coordinate representation of color #8F0C88: hue angle of 303.21º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0C88 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB14312136-
CMYK00.920.050.44
HSL303.21º84.52%30.39%-
HSV(B)303.21º91.61%56.08%-
XYZ15.97.8823.98-
YUV65.3167.9183.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 49.14%
GREEN value IS 12 (5.08% from 255) = 4.12%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=49.14%
G=4.12%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431213600.920.050.44303.2184.5230.39
Hex8FC8805C52C12f551e
Octal21714210013455445712536
Binary1000111111001000100001011100101101100100101111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f0c88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f0c88; }

 p { color: rgb(143,12,136); }

 H1.HeaderClassName
 {
   color: #8f0c88;
 }
 .AnyTagClassName
 {
   color: #8f0c88;
 }
</style>
background-color css

<style>
 a { background-color: #8f0c88; }

 a { background-color: rgb(143,12,136); }

 div.DivClassName
 {
   background-color: #8f0c88;
 }
 .BgClassName
 {
   background-color: #8f0c88;
 }
</style>
border-color css

<style>
 span { border-color: #8f0c88; }

 span { border-color: rgb(143,12,136); }

 td.TdClassName
 {
   border-color: #8f0c88;
 }
 .TagClassName
 {
   border-color: #8f0c88;
 }
</style>