#9F0087

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

Shades of Dark Magenta #9F0087

Tints of Dark Magenta #9F0087

Color information

#9F0087 (or 0x9F0087) is unknown color: approx Dark Magenta. HEX triplet: 9F, 00 and 87. RGB value is (159,0,135). Sum of RGB (Red+Green+Blue) = 159+0+135=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0087 is #60FF78. Grayscale: #3E3E3E. Windows color (decimal): -6356857 or 8847519. OLE color: 8847519.

HSL color Cylindrical-coordinate representation of color #9F0087: hue angle of 309.06º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0087 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB1590135-
CMYK010.150.38
HSL309.06º100%31.18%-
HSV(B)309.06º100%62.35%-
XYZ18.679.1223.7-
YUV62.93168.68196.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=54.08%
G=0%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1590135010.150.38309.0610031.18
Hex9F087064F26135641f
Octal23702070144174646514437
Binary10011111010000111011001001111100110100110101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,0,135); }

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

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

 a { background-color: rgb(159,0,135); }

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

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

 span { border-color: rgb(159,0,135); }

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