Html Css Color HEX #9F16AB Dark Magenta

📋 copy color: '#9F16AB'

red 159 ◦ green 22 ◦ blue 171

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

Shades of Dark Magenta #9F16AB

Tints of Dark Magenta #9F16AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.25%

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

R = 45.17%
G = 6.25%
B = 48.58%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F16AB (or 0x9F16AB) is known color: Dark Magenta. HEX triplet: 9F, 16 and AB. RGB value is (159,22,171). Sum of RGB (Red+Green+Blue) = 159+22+171=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F16AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F16AB is #60E954. Grayscale: #4F4F4F. Windows color (decimal): -6351189 or 11212447. OLE color: 11212447.

HSL color Cylindrical-coordinate representation of color #9F16AB: hue angle of 295.17º degrees, saturation: 0.77, 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 #9F16AB is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 22 171 -
CMYK 0.07 0.87 0 0.33
HSL 295.17º 0.77% 0.38% -
HSV(B) 295.17º 0.87% 0.67% -
XYZ 21.94 10.89 39.47 -
YUV 79.95 179.39 184.38 -
System Red Green Blue C M Y K H S L
Decimal 159 22 171 0.07 0.87 0 0.33 295.17 0.77 0.38
Hex 9F 16 AB 7 57 0 21 127 4D 26
Octal 237 26 253 7 127 0 41 447 115 46
Binary 10011111 10110 10101011 111 1010111 0 100001 100100111 1001101 100110

Color Harmonies of #9F16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16AB

Black with #9F16AB

Text Example


Text Example

White with #9F16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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