#87079C

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

Shades of Dark Magenta #87079C

Tints of Dark Magenta #87079C

Color information

#87079C (or 0x87079C) is unknown color: approx Dark Magenta. HEX triplet: 87, 07 and 9C. RGB value is (135,7,156). Sum of RGB (Red+Green+Blue) = 135+7+156=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #87079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87079C is #78F863. Grayscale: #3D3D3D. Windows color (decimal): -7927908 or 10225543. OLE color: 10225543.

HSL color Cylindrical-coordinate representation of color #87079C: hue angle of 291.54º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87079C is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1357156-
CMYK0.130.9600.39
HSL291.54º91.41%31.96%-
HSV(B)291.54º95.51%61.18%-
XYZ16.077.732.09-
YUV62.26180.91179.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 7 (3.12% from 255) = 2.35%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=45.30%
G=2.35%
B=52.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13571560.130.9600.39291.5491.4131.96
Hex8779CD600271245b20
Octal20772341514004744413340
Binary10000111111100111001101110000001001111001001001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87079C; }

 p { color: rgb(135,7,156); }

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

<style>
 a { background-color: #87079C; }

 a { background-color: rgb(135,7,156); }

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

<style>
 span { border-color: #87079C; }

 span { border-color: rgb(135,7,156); }

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