Html Css Color HEX #9F16AC Dark Magenta

📋 copy color: '#9F16AC'

red 159 ◦ green 22 ◦ blue 172

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

Shades of Dark Magenta #9F16AC

Tints of Dark Magenta #9F16AC

RGB

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

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

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

R = 45.04%
G = 6.23%
B = 48.73%

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

#9F16AC (or 0x9F16AC) is known color: Dark Magenta. HEX triplet: 9F, 16 and AC. RGB value is (159,22,172). Sum of RGB (Red+Green+Blue) = 159+22+172=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F16AC is #60E953. Grayscale: #4F4F4F. Windows color (decimal): -6351188 or 11277983. OLE color: 11277983.

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

Color convert

RGB 159 22 172 -
CMYK 0.08 0.87 0 0.33
HSL 294.8º 0.77% 0.38% -
HSV(B) 294.8º 0.87% 0.67% -
XYZ 22.03 10.92 39.98 -
YUV 80.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 159 22 172 0.08 0.87 0 0.33 294.8 0.77 0.38
Hex 9F 16 AC 8 57 0 21 127 4D 26
Octal 237 26 254 10 127 0 41 447 115 46
Binary 10011111 10110 10101100 1000 1010111 0 100001 100100111 1001101 100110

Color Harmonies of #9F16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16AC

Black with #9F16AC

Text Example


Text Example

White with #9F16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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