Html Css Color HEX #9F17AB Dark Magenta

📋 copy color: '#9F17AB'

red 159 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #9F17AB

Tints of Dark Magenta #9F17AB

RGB

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

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

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

R = 45.04%
G = 6.52%
B = 48.44%

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

#9F17AB (or 0x9F17AB) is known color: Dark Magenta. HEX triplet: 9F, 17 and AB. RGB value is (159,23,171). Sum of RGB (Red+Green+Blue) = 159+23+171=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F17AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F17AB is #60E854. Grayscale: #505050. Windows color (decimal): -6350933 or 11212703. OLE color: 11212703.

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

Color convert

RGB 159 23 171 -
CMYK 0.07 0.87 0 0.33
HSL 295.14º 0.76% 0.38% -
HSV(B) 295.14º 0.87% 0.67% -
XYZ 21.96 10.92 39.48 -
YUV 80.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 159 23 171 0.07 0.87 0 0.33 295.14 0.76 0.38
Hex 9F 17 AB 7 57 0 21 127 4C 26
Octal 237 27 253 7 127 0 41 447 114 46
Binary 10011111 10111 10101011 111 1010111 0 100001 100100111 1001100 100110

Color Harmonies of #9F17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F17AB

Black with #9F17AB

Text Example


Text Example

White with #9F17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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