#870688

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

Shades of Dark Magenta #870688

Tints of Dark Magenta #870688

Color information

#870688 (or 0x870688) is unknown color: approx Dark Magenta. HEX triplet: 87, 06 and 88. RGB value is (135,6,136). Sum of RGB (Red+Green+Blue) = 135+6+136=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #870688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870688 is #78F977. Grayscale: #3B3B3B. Windows color (decimal): -7928184 or 8914567. OLE color: 8914567.

HSL color Cylindrical-coordinate representation of color #870688: hue angle of 299.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870688 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1356136-
CMYK0.010.9600.47
HSL299.54º91.55%27.84%-
HSV(B)299.54º95.59%53.33%-
XYZ14.57.0623.89-
YUV59.39171.24181.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=48.74%
G=2.17%
B=49.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13561360.010.9600.47299.5491.5527.84
Hex8768816002F12c5c1c
Octal2076210114005745413434
Binary1000011111010001000111000000101111100101100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870688; }

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

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

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

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

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

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

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

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