#870495

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

Shades of Dark Magenta #870495

Tints of Dark Magenta #870495

Color information

#870495 (or 0x870495) is unknown color: approx Dark Magenta. HEX triplet: 87, 04 and 95. RGB value is (135,4,149). Sum of RGB (Red+Green+Blue) = 135+4+149=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #870495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870495 is #78FB6A. Grayscale: #3B3B3B. Windows color (decimal): -7928683 or 9766023. OLE color: 9766023.

HSL color Cylindrical-coordinate representation of color #870495: hue angle of 294.21º degrees, saturation: 0.95, 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 #870495 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1354149-
CMYK0.090.9700.42
HSL294.21º94.77%30%-
HSV(B)294.21º97.32%58.43%-
XYZ15.467.4129.05-
YUV59.7178.4181.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=46.88%
G=1.39%
B=51.74%

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
Decimal13541490.090.9700.42294.2194.7730
Hex8749596102A1265f1e
Octal20742251114105244613736
Binary1000011110010010101100111000010101010100100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870495; }

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

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

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

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

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

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

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

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