Html Css Color HEX #9914AB Dark Magenta

📋 copy color: '#9914AB'

red 153 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #9914AB

Tints of Dark Magenta #9914AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

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

R = 44.48%
G = 5.81%
B = 49.71%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9914AB (or 0x9914AB) is known color: Dark Magenta. HEX triplet: 99, 14 and AB. RGB value is (153,20,171). Sum of RGB (Red+Green+Blue) = 153+20+171=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #9914AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9914AB is #66EB54. Grayscale: #4C4C4C. Windows color (decimal): -6744917 or 11211929. OLE color: 11211929.

HSL color Cylindrical-coordinate representation of color #9914AB: hue angle of 292.85º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9914AB is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 20 171 -
CMYK 0.11 0.88 0 0.33
HSL 292.85º 0.79% 0.37% -
HSV(B) 292.85º 0.88% 0.67% -
XYZ 20.74 10.21 39.41 -
YUV 76.98 181.06 182.22 -
System Red Green Blue C M Y K H S L
Decimal 153 20 171 0.11 0.88 0 0.33 292.85 0.79 0.37
Hex 99 14 AB B 58 0 21 125 4F 25
Octal 231 24 253 13 130 0 41 445 117 45
Binary 10011001 10100 10101011 1011 1011000 0 100001 100100101 1001111 100101

Color Harmonies of #9914AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9914AB

Black with #9914AB

Text Example


Text Example

White with #9914AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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