#821EA6

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

Shades of Vivid Violet #821EA6

Tints of Vivid Violet #821EA6

Color information

#821EA6 (or 0x821EA6) is unknown color: approx Vivid Violet. HEX triplet: 82, 1E and A6. RGB value is (130,30,166). Sum of RGB (Red+Green+Blue) = 130+30+166=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #821EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821EA6 is #7DE159. Grayscale: #4A4A4A. Windows color (decimal): -8249690 or 10886786. OLE color: 10886786.

HSL color Cylindrical-coordinate representation of color #821EA6: hue angle of 284.12º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821EA6 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13030166-
CMYK0.220.8200.35
HSL284.12º69.39%38.43%-
HSV(B)284.12º81.93%65.1%-
XYZ16.558.4336.83-
YUV75.4179.13166.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 30 (12.11% from 255) = 9.20%
BLUE value IS 166 (65.23% from 255) = 50.92%
R=39.88%
G=9.20%
B=50.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130301660.220.8200.35284.1269.3938.43
Hex821EA6165202311c4526
Octal202362462612204343410546
Binary10000010111101010011010110101001001000111000111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821EA6; }

 p { color: rgb(130,30,166); }

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

<style>
 a { background-color: #821EA6; }

 a { background-color: rgb(130,30,166); }

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

<style>
 span { border-color: #821EA6; }

 span { border-color: rgb(130,30,166); }

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