#821EAA

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

Shades of Vivid Violet #821EAA

Tints of Vivid Violet #821EAA

Color information

#821EAA (or 0x821EAA) is unknown color: approx Vivid Violet. HEX triplet: 82, 1E and AA. RGB value is (130,30,170). Sum of RGB (Red+Green+Blue) = 130+30+170=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #821EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821EAA is #7DE155. Grayscale: #4B4B4B. Windows color (decimal): -8249686 or 11148930. OLE color: 11148930.

HSL color Cylindrical-coordinate representation of color #821EAA: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821EAA is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13030170-
CMYK0.240.8200.33
HSL282.86º70%39.22%-
HSV(B)282.86º82.35%66.67%-
XYZ16.938.5838.79-
YUV75.86181.13166.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 30 (12.11% from 255) = 9.09%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=39.39%
G=9.09%
B=51.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130301700.240.8200.33282.867039.22
Hex821EAA185202111b4627
Octal202362523012204143310647
Binary10000010111101010101011000101001001000011000110111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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