Html Css Color HEX #9C01AA Dark Magenta

📋 copy color: '#9C01AA'

red 156 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #9C01AA

Tints of Dark Magenta #9C01AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 47.71%
G = 0.31%
B = 51.99%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C01AA (or 0x9C01AA) is known color: Dark Magenta. HEX triplet: 9C, 01 and AA. RGB value is (156,1,170). Sum of RGB (Red+Green+Blue) = 156+1+170=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C01AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C01AA is #63FE55. Grayscale: #424242. Windows color (decimal): -6553174 or 11141532. OLE color: 11141532.

HSL color Cylindrical-coordinate representation of color #9C01AA: hue angle of 295.03º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C01AA is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 1 170 -
CMYK 0.08 0.99 0 0.33
HSL 295.03º 0.99% 0.34% -
HSV(B) 295.03º 0.99% 0.67% -
XYZ 20.98 9.99 38.85 -
YUV 66.61 186.35 191.76 -
System Red Green Blue C M Y K H S L
Decimal 156 1 170 0.08 0.99 0 0.33 295.03 0.99 0.34
Hex 9C 1 AA 8 63 0 21 127 63 22
Octal 234 1 252 10 143 0 41 447 143 42
Binary 10011100 1 10101010 1000 1100011 0 100001 100100111 1100011 100010

Color Harmonies of #9C01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C01AA

Black with #9C01AA

Text Example


Text Example

White with #9C01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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