#87009F

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

Shades of Dark Magenta #87009F

Tints of Dark Magenta #87009F

Color information

#87009F (or 0x87009F) is unknown color: approx Dark Magenta. HEX triplet: 87, 00 and 9F. RGB value is (135,0,159). Sum of RGB (Red+Green+Blue) = 135+0+159=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #87009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87009F is #78FF60. Grayscale: #393939. Windows color (decimal): -7929697 or 10420359. OLE color: 10420359.

HSL color Cylindrical-coordinate representation of color #87009F: hue angle of 290.94º 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 #87009F is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1350159-
CMYK0.15100.38
HSL290.94º100%31.18%-
HSV(B)290.94º100%62.35%-
XYZ16.257.6533.42-
YUV58.49184.73182.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13501590.15100.38290.9410031.18
Hex8709FF64026123641f
Octal20702371714404644314437
Binary10000111010011111111111001000100110100100011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87009F; }

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

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

<style>
 a { background-color: #87009F; }

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

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

<style>
 span { border-color: #87009F; }

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

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