#87069F

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

Shades of Dark Magenta #87069F

Tints of Dark Magenta #87069F

Color information

#87069F (or 0x87069F) is unknown color: approx Dark Magenta. HEX triplet: 87, 06 and 9F. RGB value is (135,6,159). Sum of RGB (Red+Green+Blue) = 135+6+159=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #87069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87069F is #78F960. Grayscale: #3D3D3D. Windows color (decimal): -7928161 or 10421895. OLE color: 10421895.

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

Color convert

RGB1356159-
CMYK0.150.9600.38
HSL290.59º92.73%32.35%-
HSV(B)290.59º96.23%62.35%-
XYZ16.317.7833.44-
YUV62.01182.74180.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 6 (2.73% from 255) = 2%
BLUE value IS 159 (62.5% from 255) = 53%
R=45%
G=2%
B=53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13561590.150.9600.38290.5992.7332.35
Hex8769FF600261235d20
Octal20762371714004644313540
Binary10000111110100111111111110000001001101001000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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