#9F15A9

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

Shades of Dark Magenta #9F15A9

Tints of Dark Magenta #9F15A9

Color information

#9F15A9 (or 0x9F15A9) is unknown color: approx Dark Magenta. HEX triplet: 9F, 15 and A9. RGB value is (159,21,169). Sum of RGB (Red+Green+Blue) = 159+21+169=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #9F15A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F15A9 is #60EA56. Grayscale: #4E4E4E. Windows color (decimal): -6351447 or 11081119. OLE color: 11081119.

HSL color Cylindrical-coordinate representation of color #9F15A9: hue angle of 295.95º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F15A9 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15921169-
CMYK0.060.8800.34
HSL295.95º77.89%37.25%-
HSV(B)295.95º87.57%66.27%-
XYZ21.7310.7738.47-
YUV79.13178.72184.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.56%
GREEN value IS 21 (8.59% from 255) = 6.02%
BLUE value IS 169 (66.41% from 255) = 48.42%
R=45.56%
G=6.02%
B=48.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159211690.060.8800.34295.9577.8937.25
Hex9F15A96580221284e25
Octal23725251613004245011645
Binary100111111010110101001110101100001000101001010001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F15A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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