#87089E

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

Shades of Dark Magenta #87089E

Tints of Dark Magenta #87089E

Color information

#87089E (or 0x87089E) is unknown color: approx Dark Magenta. HEX triplet: 87, 08 and 9E. RGB value is (135,8,158). Sum of RGB (Red+Green+Blue) = 135+8+158=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #87089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87089E is #78F761. Grayscale: #3E3E3E. Windows color (decimal): -7927650 or 10356871. OLE color: 10356871.

HSL color Cylindrical-coordinate representation of color #87089E: hue angle of 290.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #87089E is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1358158-
CMYK0.150.9500.38
HSL290.8º90.36%32.55%-
HSV(B)290.8º94.94%61.96%-
XYZ16.257.7933-
YUV63.07181.58179.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 8 (3.52% from 255) = 2.66%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=44.85%
G=2.66%
B=52.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13581580.150.9500.38290.890.3632.55
Hex8789EF5F0261235a21
Octal207102361713704644313241
Binary100001111000100111101111101111101001101001000111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87089E; }

 p { color: rgb(135,8,158); }

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

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

 a { background-color: rgb(135,8,158); }

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

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

 span { border-color: rgb(135,8,158); }

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