#87089C

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

Shades of Dark Magenta #87089C

Tints of Dark Magenta #87089C

Color information

#87089C (or 0x87089C) is unknown color: approx Dark Magenta. HEX triplet: 87, 08 and 9C. RGB value is (135,8,156). Sum of RGB (Red+Green+Blue) = 135+8+156=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #87089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87089C is #78F763. Grayscale: #3E3E3E. Windows color (decimal): -7927652 or 10225799. OLE color: 10225799.

HSL color Cylindrical-coordinate representation of color #87089C: hue angle of 291.49º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #87089C is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1358156-
CMYK0.130.9500.39
HSL291.49º90.24%32.16%-
HSV(B)291.49º94.87%61.18%-
XYZ16.087.7232.1-
YUV62.84180.58179.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=45.15%
G=2.68%
B=52.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13581560.130.9500.39291.4990.2432.16
Hex8789CD5F0271235a20
Octal207102341513704744313240
Binary100001111000100111001101101111101001111001000111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87089C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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