Html Css Color HEX #9C16AD Dark Magenta

📋 copy color: '#9C16AD'

red 156 ◦ green 22 ◦ blue 173

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

Shades of Dark Magenta #9C16AD

Tints of Dark Magenta #9C16AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 44.44%
G = 6.27%
B = 49.29%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C16AD (or 0x9C16AD) is known color: Dark Magenta. HEX triplet: 9C, 16 and AD. RGB value is (156,22,173). Sum of RGB (Red+Green+Blue) = 156+22+173=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C16AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C16AD is #63E952. Grayscale: #4E4E4E. Windows color (decimal): -6547795 or 11343516. OLE color: 11343516.

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

Color convert

RGB 156 22 173 -
CMYK 0.10 0.87 0 0.32
HSL 293.25º 0.77% 0.38% -
HSV(B) 293.25º 0.87% 0.68% -
XYZ 21.54 10.66 40.46 -
YUV 79.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 156 22 173 0.10 0.87 0 0.32 293.25 0.77 0.38
Hex 9C 16 AD A 57 0 20 125 4D 26
Octal 234 26 255 12 127 0 40 445 115 46
Binary 10011100 10110 10101101 1010 1010111 0 100000 100100101 1001101 100110

Color Harmonies of #9C16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C16AD

Black with #9C16AD

Text Example


Text Example

White with #9C16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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