#870299

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

Shades of Dark Magenta #870299

Tints of Dark Magenta #870299

Color information

#870299 (or 0x870299) is unknown color: approx Dark Magenta. HEX triplet: 87, 02 and 99. RGB value is (135,2,153). Sum of RGB (Red+Green+Blue) = 135+2+153=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #870299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870299 is #78FD66. Grayscale: #3A3A3A. Windows color (decimal): -7929191 or 10027655. OLE color: 10027655.

HSL color Cylindrical-coordinate representation of color #870299: hue angle of 292.85º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870299 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1352153-
CMYK0.120.9900.4
HSL292.85º97.42%30.39%-
HSV(B)292.85º98.69%60%-
XYZ15.767.4930.75-
YUV58.98181.06182.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=46.55%
G=0.69%
B=52.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13521530.120.9900.4292.8597.4230.39
Hex87299C63028125611e
Octal20722311414305044514136
Binary100001111010011001110011000110101000100100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870299; }

 p { color: rgb(135,2,153); }

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

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

 a { background-color: rgb(135,2,153); }

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

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

 span { border-color: rgb(135,2,153); }

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