#871E83

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

Shades of Dark Purple #871E83

Tints of Dark Purple #871E83

Color information

#871E83 (or 0x871E83) is unknown color: approx Dark Purple. HEX triplet: 87, 1E and 83. RGB value is (135,30,131). Sum of RGB (Red+Green+Blue) = 135+30+131=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #871E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871E83 is #78E17C. Grayscale: #484848. Windows color (decimal): -7922045 or 8593031. OLE color: 8593031.

HSL color Cylindrical-coordinate representation of color #871E83: hue angle of 302.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871E83 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13530131-
CMYK00.780.030.47
HSL302.29º63.64%32.35%-
HSV(B)302.29º77.78%52.94%-
XYZ14.557.7222.2-
YUV72.91160.79172.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=45.61%
G=10.14%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353013100.780.030.47302.2963.6432.35
Hex871E8304E32F12e4020
Octal20736203011635745610040
Binary10000111111101000001101001110111011111001011101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871E83; }

 p { color: rgb(135,30,131); }

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

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

 a { background-color: rgb(135,30,131); }

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

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

 span { border-color: rgb(135,30,131); }

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