#871494

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

Shades of Dark Magenta #871494

Tints of Dark Magenta #871494

Color information

#871494 (or 0x871494) is unknown color: approx Dark Magenta. HEX triplet: 87, 14 and 94. RGB value is (135,20,148). Sum of RGB (Red+Green+Blue) = 135+20+148=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #871494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871494 is #78EB6B. Grayscale: #444444. Windows color (decimal): -7924588 or 9704583. OLE color: 9704583.

HSL color Cylindrical-coordinate representation of color #871494: hue angle of 293.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871494 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13520148-
CMYK0.090.8600.42
HSL293.91º76.19%32.94%-
HSV(B)293.91º86.49%58.04%-
XYZ15.597.7928.7-
YUV68.98172.6175.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 20 (8.20% from 255) = 6.60%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=44.55%
G=6.60%
B=48.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135201480.090.8600.42293.9176.1932.94
Hex87149495602A1264c21
Octal207242241112605244611441
Binary1000011110100100101001001101011001010101001001101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871494; }

 p { color: rgb(135,20,148); }

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

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

 a { background-color: rgb(135,20,148); }

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

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

 span { border-color: rgb(135,20,148); }

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