#871dae

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

Shades of Vivid Violet #871DAE

Tints of Vivid Violet #871DAE

Color information

#871DAE (or 0x871DAE) is unknown color: approx Vivid Violet. HEX triplet: 87, 1D and AE. RGB value is (135,29,174). Sum of RGB (Red+Green+Blue) = 135+29+174=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #871DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871DAE is #78E251. Grayscale: #4C4C4C. Windows color (decimal): -7922258 or 11410823. OLE color: 11410823.

HSL color Cylindrical-coordinate representation of color #871DAE: hue angle of 283.86º 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 #871DAE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13529174-
CMYK0.220.8300.32
HSL283.86º71.43%39.8%-
HSV(B)283.86º83.33%68.24%-
XYZ18.079.0940.85-
YUV77.22182.62169.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 29 (11.72% from 255) = 8.58%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=39.94%
G=8.58%
B=51.48%

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
Decimal135291740.220.8300.32283.8671.4339.8
Hex871DAE165302011c4728
Octal207352562612304043410750
Binary10000111111011010111010110101001101000001000111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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