Html Css Color HEX #9F11AB Dark Magenta

📋 copy color: '#9F11AB'

red 159 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #9F11AB

Tints of Dark Magenta #9F11AB

RGB

 RED value IS 159 (62.5% from 255) = 45.82%

 GREEN value IS 17 (7.03% from 255) = 4.9%

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

R = 45.82%
G = 4.9%
B = 49.28%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F11AB (or 0x9F11AB) is known color: Dark Magenta. HEX triplet: 9F, 11 and AB. RGB value is (159,17,171). Sum of RGB (Red+Green+Blue) = 159+17+171=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 17 (7.03% from 255 or 4.90% 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 #9F11AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F11AB is #60EE54. Grayscale: #4C4C4C. Windows color (decimal): -6352469 or 11211167. OLE color: 11211167.

HSL color Cylindrical-coordinate representation of color #9F11AB: hue angle of 295.32º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F11AB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 17 171 -
CMYK 0.07 0.90 0 0.33
HSL 295.32º 0.82% 0.37% -
HSV(B) 295.32º 0.9% 0.67% -
XYZ 21.85 10.71 39.44 -
YUV 77.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 159 17 171 0.07 0.90 0 0.33 295.32 0.82 0.37
Hex 9F 11 AB 7 5A 0 21 127 52 25
Octal 237 21 253 7 132 0 41 447 122 45
Binary 10011111 10001 10101011 111 1011010 0 100001 100100111 1010010 100101

Color Harmonies of #9F11AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F11AB

Black with #9F11AB

Text Example


Text Example

White with #9F11AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F11AB; }

 p { color: rgb(159,17,171); }

 H1.HeaderClassName
 {
   color: #9F11AB;
 }
 .AnyTagClassName
 {
   color: #9F11AB;
 }
</style>

background-color css

<style>
 a { background-color: #9F11AB; }

 a { background-color: rgb(159,17,171); }

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

border-color css

<style>
 span { border-color: #9F11AB; }

 span { border-color: rgb(159,17,171); }

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