Html Css Color HEX #9519AA Dark Magenta

📋 copy color: '#9519AA'

red 149 ◦ green 25 ◦ blue 170

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

Shades of Dark Magenta #9519AA

Tints of Dark Magenta #9519AA

RGB

 RED value IS 149 (58.59% from 255) = 43.31%

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

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

R = 43.31%
G = 7.27%
B = 49.42%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9519AA (or 0x9519AA) is known color: Dark Magenta. HEX triplet: 95, 19 and AA. RGB value is (149,25,170). Sum of RGB (Red+Green+Blue) = 149+25+170=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #9519AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9519AA is #6AE655. Grayscale: #4E4E4E. Windows color (decimal): -7005782 or 11147669. OLE color: 11147669.

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

Color convert

RGB 149 25 170 -
CMYK 0.12 0.85 0 0.33
HSL 291.31º 0.74% 0.38% -
HSV(B) 291.31º 0.85% 0.67% -
XYZ 20 9.99 38.9 -
YUV 78.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 149 25 170 0.12 0.85 0 0.33 291.31 0.74 0.38
Hex 95 19 AA C 55 0 21 123 4A 26
Octal 225 31 252 14 125 0 41 443 112 46
Binary 10010101 11001 10101010 1100 1010101 0 100001 100100011 1001010 100110

Color Harmonies of #9519AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519AA

Black with #9519AA

Text Example


Text Example

White with #9519AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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