Html Css Color HEX #9F17AC Dark Magenta

📋 copy color: '#9F17AC'

red 159 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #9F17AC

Tints of Dark Magenta #9F17AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 44.92%
G = 6.5%
B = 48.59%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F17AC (or 0x9F17AC) is known color: Dark Magenta. HEX triplet: 9F, 17 and AC. RGB value is (159,23,172). Sum of RGB (Red+Green+Blue) = 159+23+172=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F17AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F17AC is #60E853. Grayscale: #505050. Windows color (decimal): -6350932 or 11278239. OLE color: 11278239.

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

Color convert

RGB 159 23 172 -
CMYK 0.08 0.87 0 0.33
HSL 294.77º 0.76% 0.38% -
HSV(B) 294.77º 0.87% 0.67% -
XYZ 22.05 10.96 39.98 -
YUV 80.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 159 23 172 0.08 0.87 0 0.33 294.77 0.76 0.38
Hex 9F 17 AC 8 57 0 21 127 4C 26
Octal 237 27 254 10 127 0 41 447 114 46
Binary 10011111 10111 10101100 1000 1010111 0 100001 100100111 1001100 100110

Color Harmonies of #9F17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F17AC

Black with #9F17AC

Text Example


Text Example

White with #9F17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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