#9C0DAB

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

Shades of Dark Magenta #9C0DAB

Tints of Dark Magenta #9C0DAB

Color information

#9C0DAB (or 0x9C0DAB) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0D and AB. RGB value is (156,13,171). Sum of RGB (Red+Green+Blue) = 156+13+171=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C0DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0DAB is #63F254. Grayscale: #494949. Windows color (decimal): -6550101 or 11210140. OLE color: 11210140.

HSL color Cylindrical-coordinate representation of color #9C0DAB: hue angle of 294.3º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0DAB is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15613171-
CMYK0.090.9200.33
HSL294.3º85.87%36.08%-
HSV(B)294.3º92.4%67.06%-
XYZ21.210.339.4-
YUV73.77182.88186.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.88%
GREEN value IS 13 (5.47% from 255) = 3.82%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=45.88%
G=3.82%
B=50.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156131710.090.9200.33294.385.8736.08
Hex9CDAB95C0211265624
Octal234152531113404144612644
Binary100111001101101010111001101110001000011001001101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,13,171); }

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

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

 a { background-color: rgb(156,13,171); }

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

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

 span { border-color: rgb(156,13,171); }

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