#87188E

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

Shades of Dark Magenta #87188E

Tints of Dark Magenta #87188E

Color information

#87188E (or 0x87188E) is unknown color: approx Dark Magenta. HEX triplet: 87, 18 and 8E. RGB value is (135,24,142). Sum of RGB (Red+Green+Blue) = 135+24+142=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #87188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87188E is #78E771. Grayscale: #464646. Windows color (decimal): -7923570 or 9312391. OLE color: 9312391.

HSL color Cylindrical-coordinate representation of color #87188E: hue angle of 296.44º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #87188E is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13524142-
CMYK0.050.8300.44
HSL296.44º71.08%32.55%-
HSV(B)296.44º83.1%55.69%-
XYZ15.27.7626.29-
YUV70.64168.27173.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 24 (9.77% from 255) = 7.97%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=44.85%
G=7.97%
B=47.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135241420.050.8300.44296.4471.0832.55
Hex87188E55302C1284721
Octal20730216512305445010741
Binary100001111100010001110101101001101011001001010001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,24,142); }

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

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

 a { background-color: rgb(135,24,142); }

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

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

 span { border-color: rgb(135,24,142); }

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