Html Css Color HEX #9919AB Dark Magenta

📋 copy color: '#9919AB'

red 153 ◦ green 25 ◦ blue 171

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

Shades of Dark Magenta #9919AB

Tints of Dark Magenta #9919AB

RGB

 RED value IS 153 (60.16% from 255) = 43.84%

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 43.84%
G = 7.16%
B = 49%

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

#9919AB (or 0x9919AB) is known color: Dark Magenta. HEX triplet: 99, 19 and AB. RGB value is (153,25,171). Sum of RGB (Red+Green+Blue) = 153+25+171=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #9919AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9919AB is #66E654. Grayscale: #4F4F4F. Windows color (decimal): -6743637 or 11213209. OLE color: 11213209.

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

Color convert

RGB 153 25 171 -
CMYK 0.11 0.85 0 0.33
HSL 292.6º 0.74% 0.38% -
HSV(B) 292.6º 0.85% 0.67% -
XYZ 20.84 10.41 39.44 -
YUV 79.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 153 25 171 0.11 0.85 0 0.33 292.6 0.74 0.38
Hex 99 19 AB B 55 0 21 125 4A 26
Octal 231 31 253 13 125 0 41 445 112 46
Binary 10011001 11001 10101011 1011 1010101 0 100001 100100101 1001010 100110

Color Harmonies of #9919AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9919AB

Black with #9919AB

Text Example


Text Example

White with #9919AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9919AB; }

 p { color: rgb(153,25,171); }

 H1.HeaderClassName
 {
   color: #9919AB;
 }
 .AnyTagClassName
 {
   color: #9919AB;
 }
</style>

background-color css

<style>
 a { background-color: #9919AB; }

 a { background-color: rgb(153,25,171); }

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

border-color css

<style>
 span { border-color: #9919AB; }

 span { border-color: rgb(153,25,171); }

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