Html Css Color HEX #9C0DAA Dark Magenta

📋 copy color: '#9C0DAA'

red 156 ◦ green 13 ◦ blue 170

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

Shades of Dark Magenta #9C0DAA

Tints of Dark Magenta #9C0DAA

RGB

 RED value IS 156 (61.33% from 255) = 46.02%

 GREEN value IS 13 (5.47% from 255) = 3.83%

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 46.02%
G = 3.83%
B = 50.15%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C0DAA (or 0x9C0DAA) is known color: Dark Magenta. HEX triplet: 9C, 0D and AA. RGB value is (156,13,170). Sum of RGB (Red+Green+Blue) = 156+13+170=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C0DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0DAA is #63F255. Grayscale: #494949. Windows color (decimal): -6550102 or 11144604. OLE color: 11144604.

HSL color Cylindrical-coordinate representation of color #9C0DAA: hue angle of 294.65º 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 #9C0DAA is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 13 170 -
CMYK 0.08 0.92 0 0.33
HSL 294.65º 0.86% 0.36% -
HSV(B) 294.65º 0.92% 0.67% -
XYZ 21.11 10.26 38.9 -
YUV 73.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 156 13 170 0.08 0.92 0 0.33 294.65 0.86 0.36
Hex 9C D AA 8 5C 0 21 127 56 24
Octal 234 15 252 10 134 0 41 447 126 44
Binary 10011100 1101 10101010 1000 1011100 0 100001 100100111 1010110 100100

Color Harmonies of #9C0DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0DAA

Black with #9C0DAA

Text Example


Text Example

White with #9C0DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C0DAA;
 }
 .AnyTagClassName
 {
   color: #9C0DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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