Html Css Color HEX #9C0DAE Dark Magenta

📋 copy color: '#9C0DAE'

red 156 ◦ green 13 ◦ blue 174

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

Shades of Dark Magenta #9C0DAE

Tints of Dark Magenta #9C0DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 45.48%
G = 3.79%
B = 50.73%

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

#9C0DAE (or 0x9C0DAE) is known color: Dark Magenta. HEX triplet: 9C, 0D and AE. RGB value is (156,13,174). Sum of RGB (Red+Green+Blue) = 156+13+174=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C0DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0DAE is #63F251. Grayscale: #494949. Windows color (decimal): -6550098 or 11406748. OLE color: 11406748.

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

Color convert

RGB 156 13 174 -
CMYK 0.10 0.93 0 0.32
HSL 293.29º 0.86% 0.37% -
HSV(B) 293.29º 0.93% 0.68% -
XYZ 21.49 10.41 40.92 -
YUV 74.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 156 13 174 0.10 0.93 0 0.32 293.29 0.86 0.37
Hex 9C D AE A 5D 0 20 125 56 25
Octal 234 15 256 12 135 0 40 445 126 45
Binary 10011100 1101 10101110 1010 1011101 0 100000 100100101 1010110 100101

Color Harmonies of #9C0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0DAE

Black with #9C0DAE

Text Example


Text Example

White with #9C0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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