#87129B

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

Shades of Dark Magenta #87129B

Tints of Dark Magenta #87129B

Color information

#87129B (or 0x87129B) is unknown color: approx Dark Magenta. HEX triplet: 87, 12 and 9B. RGB value is (135,18,155). Sum of RGB (Red+Green+Blue) = 135+18+155=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #87129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87129B is #78ED64. Grayscale: #444444. Windows color (decimal): -7925093 or 10162823. OLE color: 10162823.

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

Color convert

RGB13518155-
CMYK0.130.8800.39
HSL291.24º79.19%33.92%-
HSV(B)291.24º88.39%60.78%-
XYZ16.127.9531.7-
YUV68.6176.76175.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=43.83%
G=5.84%
B=50.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135181550.130.8800.39291.2479.1933.92
Hex87129BD580271234f22
Octal207222331513004744311742
Binary1000011110010100110111101101100001001111001000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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