#87179D

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

Shades of Dark Magenta #87179D

Tints of Dark Magenta #87179D

Color information

#87179D (or 0x87179D) is unknown color: approx Dark Magenta. HEX triplet: 87, 17 and 9D. RGB value is (135,23,157). Sum of RGB (Red+Green+Blue) = 135+23+157=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #87179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87179D is #78E862. Grayscale: #474747. Windows color (decimal): -7923811 or 10295175. OLE color: 10295175.

HSL color Cylindrical-coordinate representation of color #87179D: hue angle of 290.15º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87179D is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13523157-
CMYK0.140.8500.38
HSL290.15º74.44%35.29%-
HSV(B)290.15º85.35%61.57%-
XYZ16.388.232.62-
YUV71.76176.11173.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 23 (9.38% from 255) = 7.30%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=42.86%
G=7.30%
B=49.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135231570.140.8500.38290.1574.4435.29
Hex87179DE550261224a23
Octal207272351612504644211243
Binary1000011110111100111011110101010101001101001000101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87179D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87179D; }

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

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

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

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

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

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

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

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