Html Css Color HEX #9C01A9 Dark Magenta

📋 copy color: '#9C01A9'

red 156 ◦ green 1 ◦ blue 169

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

Shades of Dark Magenta #9C01A9

Tints of Dark Magenta #9C01A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.84%

R = 47.85%
G = 0.31%
B = 51.84%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9C01A9 (or 0x9C01A9) is known color: Dark Magenta. HEX triplet: 9C, 01 and A9. RGB value is (156,1,169). Sum of RGB (Red+Green+Blue) = 156+1+169=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C01A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C01A9 is #63FE56. Grayscale: #414141. Windows color (decimal): -6553175 or 11075996. OLE color: 11075996.

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

Color convert

RGB 156 1 169 -
CMYK 0.08 0.99 0 0.34
HSL 295.36º 0.99% 0.33% -
HSV(B) 295.36º 0.99% 0.66% -
XYZ 20.88 9.95 38.36 -
YUV 66.5 185.85 191.84 -
System Red Green Blue C M Y K H S L
Decimal 156 1 169 0.08 0.99 0 0.34 295.36 0.99 0.33
Hex 9C 1 A9 8 63 0 22 127 63 21
Octal 234 1 251 10 143 0 42 447 143 41
Binary 10011100 1 10101001 1000 1100011 0 100010 100100111 1100011 100001

Color Harmonies of #9C01A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C01A9

Black with #9C01A9

Text Example


Text Example

White with #9C01A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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