#87099F

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

Shades of Dark Magenta #87099F

Tints of Dark Magenta #87099F

Color information

#87099F (or 0x87099F) is unknown color: approx Dark Magenta. HEX triplet: 87, 09 and 9F. RGB value is (135,9,159). Sum of RGB (Red+Green+Blue) = 135+9+159=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #87099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87099F is #78F660. Grayscale: #3F3F3F. Windows color (decimal): -7927393 or 10422663. OLE color: 10422663.

HSL color Cylindrical-coordinate representation of color #87099F: hue angle of 290.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87099F is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1359159-
CMYK0.150.9400.38
HSL290.4º89.29%32.94%-
HSV(B)290.4º94.34%62.35%-
XYZ16.357.8533.45-
YUV63.77181.74178.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 9 (3.91% from 255) = 2.97%
BLUE value IS 159 (62.5% from 255) = 52.48%
R=44.55%
G=2.97%
B=52.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13591590.150.9400.38290.489.2932.94
Hex8799FF5E0261225921
Octal207112371713604644213141
Binary100001111001100111111111101111001001101001000101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87099F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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