Html Css Color HEX #9A16AD Dark Magenta

📋 copy color: '#9A16AD'

red 154 ◦ green 22 ◦ blue 173

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

Shades of Dark Magenta #9A16AD

Tints of Dark Magenta #9A16AD

RGB

 RED value IS 154 (60.55% from 255) = 44.13%

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

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

R = 44.13%
G = 6.3%
B = 49.57%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A16AD (or 0x9A16AD) is known color: Dark Magenta. HEX triplet: 9A, 16 and AD. RGB value is (154,22,173). Sum of RGB (Red+Green+Blue) = 154+22+173=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A16AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A16AD is #65E952. Grayscale: #4E4E4E. Windows color (decimal): -6678867 or 11343514. OLE color: 11343514.

HSL color Cylindrical-coordinate representation of color #9A16AD: hue angle of 292.45º 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 #9A16AD is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 22 173 -
CMYK 0.11 0.87 0 0.32
HSL 292.45º 0.77% 0.38% -
HSV(B) 292.45º 0.87% 0.68% -
XYZ 21.16 10.46 40.44 -
YUV 78.68 181.23 181.72 -
System Red Green Blue C M Y K H S L
Decimal 154 22 173 0.11 0.87 0 0.32 292.45 0.77 0.38
Hex 9A 16 AD B 57 0 20 124 4D 26
Octal 232 26 255 13 127 0 40 444 115 46
Binary 10011010 10110 10101101 1011 1010111 0 100000 100100100 1001101 100110

Color Harmonies of #9A16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A16AD

Black with #9A16AD

Text Example


Text Example

White with #9A16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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