#870990

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

Shades of Dark Magenta #870990

Tints of Dark Magenta #870990

Color information

#870990 (or 0x870990) is unknown color: approx Dark Magenta. HEX triplet: 87, 09 and 90. RGB value is (135,9,144). Sum of RGB (Red+Green+Blue) = 135+9+144=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #870990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870990 is #78F66F. Grayscale: #3D3D3D. Windows color (decimal): -7927408 or 9439623. OLE color: 9439623.

HSL color Cylindrical-coordinate representation of color #870990: hue angle of 296º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870990 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1359144-
CMYK0.060.9400.44
HSL296º88.24%30%-
HSV(B)296º93.75%56.47%-
XYZ15.127.3627.01-
YUV62.06174.24180.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 9 (3.91% from 255) = 3.12%
BLUE value IS 144 (56.64% from 255) = 50%
R=46.88%
G=3.12%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13591440.060.9400.4429688.2430
Hex8799065E02C128581e
Octal20711220613605445013036
Binary1000011110011001000011010111100101100100101000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870990; }

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

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

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

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

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

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

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

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