#821EA2

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

Shades of Vivid Violet #821EA2

Tints of Vivid Violet #821EA2

Color information

#821EA2 (or 0x821EA2) is unknown color: approx Vivid Violet. HEX triplet: 82, 1E and A2. RGB value is (130,30,162). Sum of RGB (Red+Green+Blue) = 130+30+162=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #821EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821EA2 is #7DE15D. Grayscale: #4A4A4A. Windows color (decimal): -8249694 or 10624642. OLE color: 10624642.

HSL color Cylindrical-coordinate representation of color #821EA2: hue angle of 285.45º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821EA2 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13030162-
CMYK0.200.8100.36
HSL285.45º68.75%37.65%-
HSV(B)285.45º81.48%63.53%-
XYZ16.198.2834.93-
YUV74.95177.13167.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 162 (63.67% from 255) = 50.31%
R=40.37%
G=9.32%
B=50.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130301620.200.8100.36285.4568.7537.65
Hex821EA2145102411d4526
Octal202362422412104443510546
Binary10000010111101010001010100101000101001001000111011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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