#871E89

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

Shades of Dark Purple #871E89

Tints of Dark Purple #871E89

Color information

#871E89 (or 0x871E89) is unknown color: approx Dark Purple. HEX triplet: 87, 1E and 89. RGB value is (135,30,137). Sum of RGB (Red+Green+Blue) = 135+30+137=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #871E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871E89 is #78E176. Grayscale: #494949. Windows color (decimal): -7922039 or 8986247. OLE color: 8986247.

HSL color Cylindrical-coordinate representation of color #871E89: hue angle of 298.88º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871E89 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13530137-
CMYK0.010.7800.46
HSL298.88º64.07%32.75%-
HSV(B)298.88º78.1%53.73%-
XYZ14.977.8924.4-
YUV73.59163.79171.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 137 (53.91% from 255) = 45.36%
R=44.70%
G=9.93%
B=45.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135301370.010.7800.46298.8864.0732.75
Hex871E8914E02E12b4021
Octal20736211111605645310041
Binary1000011111110100010011100111001011101001010111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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