Html Css Color HEX #9917AB Dark Magenta

📋 copy color: '#9917AB'

red 153 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #9917AB

Tints of Dark Magenta #9917AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.63%

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

R = 44.09%
G = 6.63%
B = 49.28%

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

#9917AB (or 0x9917AB) is known color: Dark Magenta. HEX triplet: 99, 17 and AB. RGB value is (153,23,171). Sum of RGB (Red+Green+Blue) = 153+23+171=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #9917AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9917AB is #66E854. Grayscale: #4E4E4E. Windows color (decimal): -6744149 or 11212697. OLE color: 11212697.

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

Color convert

RGB 153 23 171 -
CMYK 0.11 0.87 0 0.33
HSL 292.7º 0.76% 0.38% -
HSV(B) 292.7º 0.87% 0.67% -
XYZ 20.79 10.33 39.43 -
YUV 78.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 153 23 171 0.11 0.87 0 0.33 292.7 0.76 0.38
Hex 99 17 AB B 57 0 21 125 4C 26
Octal 231 27 253 13 127 0 41 445 114 46
Binary 10011001 10111 10101011 1011 1010111 0 100001 100100101 1001100 100110

Color Harmonies of #9917AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9917AB

Black with #9917AB

Text Example


Text Example

White with #9917AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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