#87068E

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

Shades of Dark Magenta #87068E

Tints of Dark Magenta #87068E

Color information

#87068E (or 0x87068E) is unknown color: approx Dark Magenta. HEX triplet: 87, 06 and 8E. RGB value is (135,6,142). Sum of RGB (Red+Green+Blue) = 135+6+142=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #87068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87068E is #78F971. Grayscale: #3B3B3B. Windows color (decimal): -7928178 or 9307783. OLE color: 9307783.

HSL color Cylindrical-coordinate representation of color #87068E: hue angle of 296.91º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87068E is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1356142-
CMYK0.050.9600.44
HSL296.91º91.89%29.02%-
HSV(B)296.91º95.77%55.69%-
XYZ14.947.2326.2-
YUV60.07174.24181.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 6 (2.73% from 255) = 2.12%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=47.70%
G=2.12%
B=50.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13561420.050.9600.44296.9191.8929.02
Hex8768E56002C1295c1d
Octal2076216514005445113435
Binary100001111101000111010111000000101100100101001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87068E; }

 p { color: rgb(135,6,142); }

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

<style>
 a { background-color: #87068E; }

 a { background-color: rgb(135,6,142); }

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

<style>
 span { border-color: #87068E; }

 span { border-color: rgb(135,6,142); }

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