#871EAE

Color #871EAE Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #871EAE

Tints of Vivid Violet #871EAE

Color information

#871EAE (or 0x871EAE) is unknown color: approx Vivid Violet. HEX triplet: 87, 1E and AE. RGB value is (135,30,174). Sum of RGB (Red+Green+Blue) = 135+30+174=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #871EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871EAE is #78E151. Grayscale: #4D4D4D. Windows color (decimal): -7922002 or 11411079. OLE color: 11411079.

HSL color Cylindrical-coordinate representation of color #871EAE: hue angle of 283.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871EAE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13530174-
CMYK0.220.8300.32
HSL283.75º70.59%40%-
HSV(B)283.75º82.76%68.24%-
XYZ18.19.1440.85-
YUV77.81182.29168.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 30 (12.11% from 255) = 8.85%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=39.82%
G=8.85%
B=51.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135301740.220.8300.32283.7570.5940
Hex871EAE165302011c4728
Octal207362562612304043410750
Binary10000111111101010111010110101001101000001000111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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