Html Css Color HEX #9910AB Dark Magenta

📋 copy color: '#9910AB'

red 153 ◦ green 16 ◦ blue 171

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

Shades of Dark Magenta #9910AB

Tints of Dark Magenta #9910AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

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

R = 45%
G = 4.71%
B = 50.29%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9910AB (or 0x9910AB) is known color: Dark Magenta. HEX triplet: 99, 10 and AB. RGB value is (153,16,171). Sum of RGB (Red+Green+Blue) = 153+16+171=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #9910AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9910AB is #66EF54. Grayscale: #4A4A4A. Windows color (decimal): -6745941 or 11210905. OLE color: 11210905.

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

Color convert

RGB 153 16 171 -
CMYK 0.11 0.91 0 0.33
HSL 293.03º 0.83% 0.37% -
HSV(B) 293.03º 0.91% 0.67% -
XYZ 20.67 10.08 39.38 -
YUV 74.63 182.39 183.9 -
System Red Green Blue C M Y K H S L
Decimal 153 16 171 0.11 0.91 0 0.33 293.03 0.83 0.37
Hex 99 10 AB B 5B 0 21 125 53 25
Octal 231 20 253 13 133 0 41 445 123 45
Binary 10011001 10000 10101011 1011 1011011 0 100001 100100101 1010011 100101

Color Harmonies of #9910AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9910AB

Black with #9910AB

Text Example


Text Example

White with #9910AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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