#9F15AC

Color #9F15AC Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9F15AC

Tints of Dark Magenta #9F15AC

Color information

#9F15AC (or 0x9F15AC) is unknown color: approx Dark Magenta. HEX triplet: 9F, 15 and AC. RGB value is (159,21,172). Sum of RGB (Red+Green+Blue) = 159+21+172=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F15AC is #60EA53. Grayscale: #4F4F4F. Windows color (decimal): -6351444 or 11277727. OLE color: 11277727.

HSL color Cylindrical-coordinate representation of color #9F15AC: hue angle of 294.83º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F15AC is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15921172-
CMYK0.080.8800.33
HSL294.83º78.24%37.84%-
HSV(B)294.83º87.79%67.45%-
XYZ22.0110.8939.97-
YUV79.48180.22184.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.17%
GREEN value IS 21 (8.59% from 255) = 5.97%
BLUE value IS 172 (67.58% from 255) = 48.86%
R=45.17%
G=5.97%
B=48.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159211720.080.8800.33294.8378.2437.84
Hex9F15AC8580211274e26
Octal237252541013004144711646
Binary1001111110101101011001000101100001000011001001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F15AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F15AC;
 }
 .AnyTagClassName
 {
   color: #9F15AC;
 }
</style>
background-color css

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

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

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

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

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

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