#87188D

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

Shades of Dark Magenta #87188D

Tints of Dark Magenta #87188D

Color information

#87188D (or 0x87188D) is unknown color: approx Dark Magenta. HEX triplet: 87, 18 and 8D. RGB value is (135,24,141). Sum of RGB (Red+Green+Blue) = 135+24+141=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #87188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87188D is #78E772. Grayscale: #464646. Windows color (decimal): -7923571 or 9246855. OLE color: 9246855.

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

Color convert

RGB13524141-
CMYK0.040.8300.45
HSL296.92º70.91%32.35%-
HSV(B)296.92º82.98%55.29%-
XYZ15.137.7325.89-
YUV70.53167.77173.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 24 (9.77% from 255) = 8%
BLUE value IS 141 (55.47% from 255) = 47%
R=45%
G=8%
B=47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135241410.040.8300.45296.9270.9132.35
Hex87188D45302D1294720
Octal20730215412305545110740
Binary100001111100010001101100101001101011011001010011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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