#870594

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

Shades of Dark Magenta #870594

Tints of Dark Magenta #870594

Color information

#870594 (or 0x870594) is unknown color: approx Dark Magenta. HEX triplet: 87, 05 and 94. RGB value is (135,5,148). Sum of RGB (Red+Green+Blue) = 135+5+148=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #870594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870594 is #78FA6B. Grayscale: #3B3B3B. Windows color (decimal): -7928428 or 9700743. OLE color: 9700743.

HSL color Cylindrical-coordinate representation of color #870594: hue angle of 294.55º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870594 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1355148-
CMYK0.090.9700.42
HSL294.55º93.46%30%-
HSV(B)294.55º96.62%58.04%-
XYZ15.397.428.63-
YUV60.17177.57181.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 148 (58.20% from 255) = 51.39%
R=46.88%
G=1.74%
B=51.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13551480.090.9700.42294.5593.4630
Hex8759496102A1275d1e
Octal20752241114105244713536
Binary1000011110110010100100111000010101010100100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870594; }

 p { color: rgb(135,5,148); }

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

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

 a { background-color: rgb(135,5,148); }

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

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

 span { border-color: rgb(135,5,148); }

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