#821EAB

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

Shades of Vivid Violet #821EAB

Tints of Vivid Violet #821EAB

Color information

#821EAB (or 0x821EAB) is unknown color: approx Vivid Violet. HEX triplet: 82, 1E and AB. RGB value is (130,30,171). Sum of RGB (Red+Green+Blue) = 130+30+171=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #821EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821EAB is #7DE154. Grayscale: #4B4B4B. Windows color (decimal): -8249685 or 11214466. OLE color: 11214466.

HSL color Cylindrical-coordinate representation of color #821EAB: hue angle of 282.55º 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 #821EAB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13030171-
CMYK0.240.8200.33
HSL282.55º70.15%39.41%-
HSV(B)282.55º82.46%67.06%-
XYZ17.028.6139.29-
YUV75.97181.63166.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 30 (12.11% from 255) = 9.06%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=39.27%
G=9.06%
B=51.66%

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
Decimal130301710.240.8200.33282.5570.1539.41
Hex821EAB185202111b4627
Octal202362533012204143310647
Binary10000010111101010101111000101001001000011000110111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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