Html Css Color HEX #9C16AA Dark Magenta

📋 copy color: '#9C16AA'

red 156 ◦ green 22 ◦ blue 170

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

Shades of Dark Magenta #9C16AA

Tints of Dark Magenta #9C16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.32%

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

R = 44.83%
G = 6.32%
B = 48.85%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C16AA (or 0x9C16AA) is known color: Dark Magenta. HEX triplet: 9C, 16 and AA. RGB value is (156,22,170). Sum of RGB (Red+Green+Blue) = 156+22+170=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C16AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C16AA is #63E955. Grayscale: #4E4E4E. Windows color (decimal): -6547798 or 11146908. OLE color: 11146908.

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

Color convert

RGB 156 22 170 -
CMYK 0.08 0.87 0 0.33
HSL 294.32º 0.77% 0.38% -
HSV(B) 294.32º 0.87% 0.67% -
XYZ 21.25 10.54 38.95 -
YUV 78.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 156 22 170 0.08 0.87 0 0.33 294.32 0.77 0.38
Hex 9C 16 AA 8 57 0 21 126 4D 26
Octal 234 26 252 10 127 0 41 446 115 46
Binary 10011100 10110 10101010 1000 1010111 0 100001 100100110 1001101 100110

Color Harmonies of #9C16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C16AA

Black with #9C16AA

Text Example


Text Example

White with #9C16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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