#9c0f86

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

Shades of Dark Magenta #9C0F86

Tints of Dark Magenta #9C0F86

Color information

#9C0F86 (or 0x9C0F86) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0F and 86. RGB value is (156,15,134). Sum of RGB (Red+Green+Blue) = 156+15+134=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0F86 is #63F079. Grayscale: #464646. Windows color (decimal): -6549626 or 8785820. OLE color: 8785820.

HSL color Cylindrical-coordinate representation of color #9C0F86: hue angle of 309.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F86 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB15615134-
CMYK00.900.140.39
HSL309.36º82.46%33.53%-
HSV(B)309.36º90.38%61.18%-
XYZ18.189.1323.36-
YUV70.72163.71188.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.15%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=51.15%
G=4.92%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561513400.900.140.39309.3682.4633.53
Hex9CF8605AE271355222
Octal234172060132164746512242
Binary100111001111100001100101101011101001111001101011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c0f86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9c0f86; }

 p { color: rgb(156,15,134); }

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

<style>
 a { background-color: #9c0f86; }

 a { background-color: rgb(156,15,134); }

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

<style>
 span { border-color: #9c0f86; }

 span { border-color: rgb(156,15,134); }

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