#87019B

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

Shades of Dark Magenta #87019B

Tints of Dark Magenta #87019B

Color information

#87019B (or 0x87019B) is unknown color: approx Dark Magenta. HEX triplet: 87, 01 and 9B. RGB value is (135,1,155). Sum of RGB (Red+Green+Blue) = 135+1+155=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #87019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87019B is #78FE64. Grayscale: #3A3A3A. Windows color (decimal): -7929445 or 10158471. OLE color: 10158471.

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

Color convert

RGB1351155-
CMYK0.130.9900.39
HSL292.21º98.72%30.59%-
HSV(B)292.21º99.35%60.78%-
XYZ15.927.5431.63-
YUV58.62182.39182.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=46.39%
G=0.34%
B=53.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13511550.130.9900.39292.2198.7230.59
Hex8719BD63027124631f
Octal20712331514304744414337
Binary10000111110011011110111000110100111100100100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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