#87178c

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

Shades of Dark Magenta #87178C

Tints of Dark Magenta #87178C

Color information

#87178C (or 0x87178C) is unknown color: approx Dark Magenta. HEX triplet: 87, 17 and 8C. RGB value is (135,23,140). Sum of RGB (Red+Green+Blue) = 135+23+140=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #87178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87178C is #78E873. Grayscale: #454545. Windows color (decimal): -7923828 or 9181063. OLE color: 9181063.

HSL color Cylindrical-coordinate representation of color #87178C: hue angle of 297.44º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87178C is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13523140-
CMYK0.040.8400.45
HSL297.44º71.78%31.96%-
HSV(B)297.44º83.57%54.9%-
XYZ15.037.6625.5-
YUV69.83167.61174.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 23 (9.38% from 255) = 7.72%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=45.30%
G=7.72%
B=46.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135231400.040.8400.45297.4471.7831.96
Hex87178C45402D1294820
Octal20727214412405545111040
Binary100001111011110001100100101010001011011001010011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87178c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87178c; }

 p { color: rgb(135,23,140); }

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

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

 a { background-color: rgb(135,23,140); }

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

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

 span { border-color: rgb(135,23,140); }

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