Html Css Color HEX #9C0CAE Dark Magenta

📋 copy color: '#9C0CAE'

red 156 ◦ green 12 ◦ blue 174

#9C0CAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9C0CAE

Tints of Dark Magenta #9C0CAE

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 value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C0CAE (or 0x9C0CAE) is known color: 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

RGB 156 12 174 -
CMYK 0.10 0.93 0 0.32
HSL 293.33º 0.87% 0.36% -
HSV(B) 293.33º 0.93% 0.68% -
XYZ 21.48 10.39 40.92 -
YUV 73.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 156 12 174 0.10 0.93 0 0.32 293.33 0.87 0.36
Hex 9C C AE A 5D 0 20 125 57 24
Octal 234 14 256 12 135 0 40 445 127 44
Binary 10011100 1100 10101110 1010 1011101 0 100000 100100101 1010111 100100

Color Harmonies of #9C0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0CAE

Black with #9C0CAE

Text Example


Text Example

White with #9C0CAE

Text Example


Text Example

HTML Codes & Css Web 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>