#87159B

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

Shades of Dark Magenta #87159B

Tints of Dark Magenta #87159B

Color information

#87159B (or 0x87159B) is unknown color: approx Dark Magenta. HEX triplet: 87, 15 and 9B. RGB value is (135,21,155). Sum of RGB (Red+Green+Blue) = 135+21+155=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #87159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87159B is #78EA64. Grayscale: #454545. Windows color (decimal): -7924325 or 10163591. OLE color: 10163591.

HSL color Cylindrical-coordinate representation of color #87159B: hue angle of 291.04º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87159B is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13521155-
CMYK0.130.8600.39
HSL291.04º76.14%34.51%-
HSV(B)291.04º86.45%60.78%-
XYZ16.188.0531.71-
YUV70.36175.77174.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 21 (8.59% from 255) = 6.75%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=43.41%
G=6.75%
B=49.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135211550.130.8600.39291.0476.1434.51
Hex87159BD560271234c23
Octal207252331512604744311443
Binary1000011110101100110111101101011001001111001000111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87159B; }

 p { color: rgb(135,21,155); }

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

<style>
 a { background-color: #87159B; }

 a { background-color: rgb(135,21,155); }

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

<style>
 span { border-color: #87159B; }

 span { border-color: rgb(135,21,155); }

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