#871FAD

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

Shades of Vivid Violet #871FAD

Tints of Vivid Violet #871FAD

Color information

#871FAD (or 0x871FAD) is unknown color: approx Vivid Violet. HEX triplet: 87, 1F and AD. RGB value is (135,31,173). Sum of RGB (Red+Green+Blue) = 135+31+173=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #871FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871FAD is #78E052. Grayscale: #4D4D4D. Windows color (decimal): -7921747 or 11345799. OLE color: 11345799.

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

Color convert

RGB13531173-
CMYK0.220.8200.32
HSL283.94º69.61%40%-
HSV(B)283.94º82.08%67.84%-
XYZ18.029.1540.35-
YUV78.28181.46168.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 31 (12.5% from 255) = 9.14%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=39.82%
G=9.14%
B=51.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135311730.220.8200.32283.9469.6140
Hex871FAD165202011c4628
Octal207372552612204043410650
Binary10000111111111010110110110101001001000001000111001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,31,173); }

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

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

 a { background-color: rgb(135,31,173); }

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

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

 span { border-color: rgb(135,31,173); }

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