#87068F

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

Shades of Dark Magenta #87068F

Tints of Dark Magenta #87068F

Color information

#87068F (or 0x87068F) is unknown color: approx Dark Magenta. HEX triplet: 87, 06 and 8F. RGB value is (135,6,143). Sum of RGB (Red+Green+Blue) = 135+6+143=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #87068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87068F is #78F970. Grayscale: #3B3B3B. Windows color (decimal): -7928177 or 9373319. OLE color: 9373319.

HSL color Cylindrical-coordinate representation of color #87068F: hue angle of 296.5º 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 #87068F is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1356143-
CMYK0.060.9600.44
HSL296.5º91.95%29.22%-
HSV(B)296.5º95.8%56.08%-
XYZ15.017.2626.6-
YUV60.19174.74181.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 143 (56.25% from 255) = 50.35%
R=47.54%
G=2.11%
B=50.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13561430.060.9600.44296.591.9529.22
Hex8768F66002C1285c1d
Octal2076217614005445013435
Binary100001111101000111111011000000101100100101000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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