#871C85

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

Shades of Dark Purple #871C85

Tints of Dark Purple #871C85

Color information

#871C85 (or 0x871C85) is unknown color: approx Dark Purple. HEX triplet: 87, 1C and 85. RGB value is (135,28,133). Sum of RGB (Red+Green+Blue) = 135+28+133=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #871C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871C85 is #78E37A. Grayscale: #474747. Windows color (decimal): -7922555 or 8723591. OLE color: 8723591.

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

Color convert

RGB13528133-
CMYK00.790.010.47
HSL301.12º65.64%31.96%-
HSV(B)301.12º79.26%52.94%-
XYZ14.647.6722.9-
YUV71.96162.45172.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 133 (52.34% from 255) = 44.93%
R=45.61%
G=9.46%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352813300.790.010.47301.1265.6431.96
Hex871C8504F12F12d4220
Octal20734205011715745510240
Binary1000011111100100001010100111111011111001011011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,28,133); }

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

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

 a { background-color: rgb(135,28,133); }

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

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

 span { border-color: rgb(135,28,133); }

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