#870E90

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

Shades of Dark Magenta #870E90

Tints of Dark Magenta #870E90

Color information

#870E90 (or 0x870E90) is unknown color: approx Dark Magenta. HEX triplet: 87, 0E and 90. RGB value is (135,14,144). Sum of RGB (Red+Green+Blue) = 135+14+144=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #870E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870E90 is #78F16F. Grayscale: #404040. Windows color (decimal): -7926128 or 9440903. OLE color: 9440903.

HSL color Cylindrical-coordinate representation of color #870E90: hue angle of 295.85º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E90 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13514144-
CMYK0.060.9000.44
HSL295.85º82.28%30.98%-
HSV(B)295.85º90.28%56.47%-
XYZ15.187.4827.03-
YUV65172.59177.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 14 (5.86% from 255) = 4.78%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=46.08%
G=4.78%
B=49.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135141440.060.9000.44295.8582.2830.98
Hex87E9065A02C128521f
Octal20716220613205445012237
Binary1000011111101001000011010110100101100100101000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870E90; }

 p { color: rgb(135,14,144); }

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

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

 a { background-color: rgb(135,14,144); }

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

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

 span { border-color: rgb(135,14,144); }

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