#9C0B8C

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

Shades of Dark Magenta #9C0B8C

Tints of Dark Magenta #9C0B8C

Color information

#9C0B8C (or 0x9C0B8C) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0B and 8C. RGB value is (156,11,140). Sum of RGB (Red+Green+Blue) = 156+11+140=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0B8C is #63F473. Grayscale: #444444. Windows color (decimal): -6550644 or 9178012. OLE color: 9178012.

HSL color Cylindrical-coordinate representation of color #9C0B8C: hue angle of 306.62º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B8C is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB15611140-
CMYK00.930.100.39
HSL306.62º86.83%32.75%-
HSV(B)306.62º92.95%61.18%-
XYZ18.569.225.61-
YUV69.06168.04190.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.81%
GREEN value IS 11 (4.69% from 255) = 3.58%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=50.81%
G=3.58%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561114000.930.100.39306.6286.8332.75
Hex9CB8C05DA271335721
Octal234132140135124746312741
Binary100111001011100011000101110110101001111001100111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,11,140); }

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

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

 a { background-color: rgb(156,11,140); }

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

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

 span { border-color: rgb(156,11,140); }

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