#87139F

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

Shades of Dark Magenta #87139F

Tints of Dark Magenta #87139F

Color information

#87139F (or 0x87139F) is unknown color: approx Dark Magenta. HEX triplet: 87, 13 and 9F. RGB value is (135,19,159). Sum of RGB (Red+Green+Blue) = 135+19+159=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #87139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87139F is #78EC60. Grayscale: #454545. Windows color (decimal): -7924833 or 10425223. OLE color: 10425223.

HSL color Cylindrical-coordinate representation of color #87139F: hue angle of 289.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87139F is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13519159-
CMYK0.150.8800.38
HSL289.71º78.65%34.9%-
HSV(B)289.71º88.05%62.35%-
XYZ16.488.1233.5-
YUV69.64178.43174.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 19 (7.81% from 255) = 6.07%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=43.13%
G=6.07%
B=50.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135191590.150.8800.38289.7178.6534.9
Hex87139FF580261224f23
Octal207232371713004644211743
Binary1000011110011100111111111101100001001101001000101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87139F; }

 p { color: rgb(135,19,159); }

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

<style>
 a { background-color: #87139F; }

 a { background-color: rgb(135,19,159); }

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

<style>
 span { border-color: #87139F; }

 span { border-color: rgb(135,19,159); }

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