#871896

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

Shades of Dark Magenta #871896

Tints of Dark Magenta #871896

Color information

#871896 (or 0x871896) is unknown color: approx Dark Magenta. HEX triplet: 87, 18 and 96. RGB value is (135,24,150). Sum of RGB (Red+Green+Blue) = 135+24+150=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #871896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871896 is #78E769. Grayscale: #474747. Windows color (decimal): -7923562 or 9836679. OLE color: 9836679.

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

Color convert

RGB13524150-
CMYK0.10.8400.41
HSL292.86º72.41%34.12%-
HSV(B)292.86º84%58.82%-
XYZ15.828.0129.57-
YUV71.55172.27173.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 24 (9.77% from 255) = 7.77%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=43.69%
G=7.77%
B=48.54%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135241500.10.8400.41292.8672.4134.12
Hex871896A540291254822
Octal207302261212405144511042
Binary1000011111000100101101010101010001010011001001011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871896; }

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

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

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

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

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

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

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

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