#8F0C9B

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

Shades of Dark Magenta #8F0C9B

Tints of Dark Magenta #8F0C9B

Color information

#8F0C9B (or 0x8F0C9B) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0C and 9B. RGB value is (143,12,155). Sum of RGB (Red+Green+Blue) = 143+12+155=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F0C9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0C9B is #70F364. Grayscale: #434343. Windows color (decimal): -7402341 or 10161295. OLE color: 10161295.

HSL color Cylindrical-coordinate representation of color #8F0C9B: hue angle of 294.97º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0C9B is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14312155-
CMYK0.080.9200.39
HSL294.97º85.63%32.75%-
HSV(B)294.97º92.26%60.78%-
XYZ17.388.4731.73-
YUV67.47177.4181.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 12 (5.08% from 255) = 3.87%
BLUE value IS 155 (60.94% from 255) = 50%
R=46.13%
G=3.87%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143121550.080.9200.39294.9785.6332.75
Hex8FC9B85C0271275621
Octal217142331013404744712641
Binary100011111100100110111000101110001001111001001111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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