#821e9e

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

Shades of Vivid Violet #821E9E

Tints of Vivid Violet #821E9E

Color information

#821E9E (or 0x821E9E) is unknown color: approx Vivid Violet. HEX triplet: 82, 1E and 9E. RGB value is (130,30,158). Sum of RGB (Red+Green+Blue) = 130+30+158=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #821E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821E9E is #7DE161. Grayscale: #4A4A4A. Windows color (decimal): -8249698 or 10362498. OLE color: 10362498.

HSL color Cylindrical-coordinate representation of color #821E9E: hue angle of 286.88º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821E9E is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13030158-
CMYK0.180.8100.38
HSL286.88º68.09%36.86%-
HSV(B)286.88º81.01%61.96%-
XYZ15.848.1433.08-
YUV74.49175.13167.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 158 (62.11% from 255) = 49.69%
R=40.88%
G=9.43%
B=49.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130301580.180.8100.38286.8868.0936.86
Hex821E9E125102611f4425
Octal202362362212104643710445
Binary10000010111101001111010010101000101001101000111111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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