Html Css Color HEX #9716AA Dark Magenta

📋 copy color: '#9716AA'

red 151 ◦ green 22 ◦ blue 170

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

Shades of Dark Magenta #9716AA

Tints of Dark Magenta #9716AA

RGB

 RED value IS 151 (59.38% from 255) = 44.02%

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

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

R = 44.02%
G = 6.41%
B = 49.56%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9716AA (or 0x9716AA) is known color: Dark Magenta. HEX triplet: 97, 16 and AA. RGB value is (151,22,170). Sum of RGB (Red+Green+Blue) = 151+22+170=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #9716AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9716AA is #68E955. Grayscale: #4C4C4C. Windows color (decimal): -6875478 or 11146903. OLE color: 11146903.

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

Color convert

RGB 151 22 170 -
CMYK 0.11 0.87 0 0.33
HSL 292.3º 0.77% 0.38% -
HSV(B) 292.3º 0.87% 0.67% -
XYZ 20.31 10.06 38.9 -
YUV 77.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 151 22 170 0.11 0.87 0 0.33 292.3 0.77 0.38
Hex 97 16 AA B 57 0 21 124 4D 26
Octal 227 26 252 13 127 0 41 444 115 46
Binary 10010111 10110 10101010 1011 1010111 0 100001 100100100 1001101 100110

Color Harmonies of #9716AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9716AA

Black with #9716AA

Text Example


Text Example

White with #9716AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9716AA; }

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

 H1.HeaderClassName
 {
   color: #9716AA;
 }
 .AnyTagClassName
 {
   color: #9716AA;
 }
</style>

background-color css

<style>
 a { background-color: #9716AA; }

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

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

border-color css

<style>
 span { border-color: #9716AA; }

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

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