#871696

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

Shades of Dark Magenta #871696

Tints of Dark Magenta #871696

Color information

#871696 (or 0x871696) is unknown color: approx Dark Magenta. HEX triplet: 87, 16 and 96. RGB value is (135,22,150). Sum of RGB (Red+Green+Blue) = 135+22+150=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #871696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871696 is #78E969. Grayscale: #454545. Windows color (decimal): -7924074 or 9836167. OLE color: 9836167.

HSL color Cylindrical-coordinate representation of color #871696: hue angle of 292.97º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871696 is Cyan = 0.1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13522150-
CMYK0.10.8500.41
HSL292.97º74.42%33.73%-
HSV(B)292.97º85.33%58.82%-
XYZ15.787.9329.55-
YUV70.38172.94174.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=43.97%
G=7.17%
B=48.86%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135221500.10.8500.41292.9774.4233.73
Hex871696A550291254a22
Octal207262261212505144511242
Binary1000011110110100101101010101010101010011001001011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871696; }

 p { color: rgb(135,22,150); }

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

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

 a { background-color: rgb(135,22,150); }

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

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

 span { border-color: rgb(135,22,150); }

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