#9C0CAE

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

Shades of Dark Magenta #9C0CAE

Tints of Dark Magenta #9C0CAE

Color information

#9C0CAE (or 0x9C0CAE) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0C and AE. RGB value is (156,12,174). Sum of RGB (Red+Green+Blue) = 156+12+174=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C0CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0CAE is #63F351. Grayscale: #494949. Windows color (decimal): -6550354 or 11406492. OLE color: 11406492.

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

Color convert

RGB15612174-
CMYK0.100.9300.32
HSL293.33º87.1%36.47%-
HSV(B)293.33º93.1%68.24%-
XYZ21.4810.3940.92-
YUV73.52184.71186.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.61%
GREEN value IS 12 (5.08% from 255) = 3.51%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=45.61%
G=3.51%
B=50.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156121740.100.9300.32293.3387.136.47
Hex9CCAEA5D0201255724
Octal234142561213504044512744
Binary100111001100101011101010101110101000001001001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,12,174); }

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

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

 a { background-color: rgb(156,12,174); }

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

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

 span { border-color: rgb(156,12,174); }

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