Html Css Color HEX #9719AA Dark Magenta

📋 copy color: '#9719AA'

red 151 ◦ green 25 ◦ blue 170

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

Shades of Dark Magenta #9719AA

Tints of Dark Magenta #9719AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.23%

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

R = 43.64%
G = 7.23%
B = 49.13%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9719AA (or 0x9719AA) is known color: Dark Magenta. HEX triplet: 97, 19 and AA. RGB value is (151,25,170). Sum of RGB (Red+Green+Blue) = 151+25+170=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #9719AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9719AA is #68E655. Grayscale: #4E4E4E. Windows color (decimal): -6874710 or 11147671. OLE color: 11147671.

HSL color Cylindrical-coordinate representation of color #9719AA: hue angle of 292.14º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9719AA is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 25 170 -
CMYK 0.11 0.85 0 0.33
HSL 292.14º 0.74% 0.38% -
HSV(B) 292.14º 0.85% 0.67% -
XYZ 20.37 10.18 38.92 -
YUV 79.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 151 25 170 0.11 0.85 0 0.33 292.14 0.74 0.38
Hex 97 19 AA B 55 0 21 124 4A 26
Octal 227 31 252 13 125 0 41 444 112 46
Binary 10010111 11001 10101010 1011 1010101 0 100001 100100100 1001010 100110

Color Harmonies of #9719AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719AA

Black with #9719AA

Text Example


Text Example

White with #9719AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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