#821EAE

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

Shades of Vivid Violet #821EAE

Tints of Vivid Violet #821EAE

Color information

#821EAE (or 0x821EAE) is unknown color: approx Vivid Violet. HEX triplet: 82, 1E and AE. RGB value is (130,30,174). Sum of RGB (Red+Green+Blue) = 130+30+174=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #821EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821EAE is #7DE151. Grayscale: #4B4B4B. Windows color (decimal): -8249682 or 11411074. OLE color: 11411074.

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

Color convert

RGB13030174-
CMYK0.250.8300.32
HSL281.67º70.59%40%-
HSV(B)281.67º82.76%68.24%-
XYZ17.318.7340.82-
YUV76.32183.13166.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 30 (12.11% from 255) = 8.98%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=38.92%
G=8.98%
B=52.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130301740.250.8300.32281.6770.5940
Hex821EAE195302011a4728
Octal202362563112304043210750
Binary10000010111101010111011001101001101000001000110101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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