#87118D

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

Shades of Dark Magenta #87118D

Tints of Dark Magenta #87118D

Color information

#87118D (or 0x87118D) is unknown color: approx Dark Magenta. HEX triplet: 87, 11 and 8D. RGB value is (135,17,141). Sum of RGB (Red+Green+Blue) = 135+17+141=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #87118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87118D is #78EE72. Grayscale: #424242. Windows color (decimal): -7925363 or 9245063. OLE color: 9245063.

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

Color convert

RGB13517141-
CMYK0.040.8800.45
HSL297.1º78.48%30.98%-
HSV(B)297.1º87.94%55.29%-
XYZ157.4725.85-
YUV66.42170.09176.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=46.08%
G=5.80%
B=48.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135171410.040.8800.45297.178.4830.98
Hex87118D45802D1294e1f
Octal20721215413005545111637
Binary10000111100011000110110010110000101101100101001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87118D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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