#870492

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

Shades of Dark Magenta #870492

Tints of Dark Magenta #870492

Color information

#870492 (or 0x870492) is unknown color: approx Dark Magenta. HEX triplet: 87, 04 and 92. RGB value is (135,4,146). Sum of RGB (Red+Green+Blue) = 135+4+146=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #870492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870492 is #78FB6D. Grayscale: #3A3A3A. Windows color (decimal): -7928686 or 9569415. OLE color: 9569415.

HSL color Cylindrical-coordinate representation of color #870492: hue angle of 295.35º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870492 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1354146-
CMYK0.080.9700.43
HSL295.35º94.67%29.41%-
HSV(B)295.35º97.26%57.25%-
XYZ15.227.3127.8-
YUV59.36176.9181.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=47.37%
G=1.40%
B=51.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13541460.080.9700.43295.3594.6729.41
Hex8749286102B1275f1d
Octal20742221014105344713735
Binary1000011110010010010100011000010101011100100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870492; }

 p { color: rgb(135,4,146); }

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

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

 a { background-color: rgb(135,4,146); }

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

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

 span { border-color: rgb(135,4,146); }

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