#822D97

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

Shades of Vivid Violet #822D97

Tints of Vivid Violet #822D97

Color information

#822D97 (or 0x822D97) is unknown color: approx Vivid Violet. HEX triplet: 82, 2D and 97. RGB value is (130,45,151). Sum of RGB (Red+Green+Blue) = 130+45+151=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #822D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822D97 is #7DD268. Grayscale: #525252. Windows color (decimal): -8245865 or 9907586. OLE color: 9907586.

HSL color Cylindrical-coordinate representation of color #822D97: hue angle of 288.11º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #822D97 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13045151-
CMYK0.140.7000.41
HSL288.11º54.08%38.43%-
HSV(B)288.11º70.2%59.22%-
XYZ15.738.8630.16-
YUV82.5166.66161.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 151 (59.38% from 255) = 46.32%
R=39.88%
G=13.80%
B=46.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130451510.140.7000.41288.1154.0838.43
Hex822D97E460291203626
Octal20255227161060514406646
Binary1000001010110110010111111010001100101001100100000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822D97; }

 p { color: rgb(130,45,151); }

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

<style>
 a { background-color: #822D97; }

 a { background-color: rgb(130,45,151); }

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

<style>
 span { border-color: #822D97; }

 span { border-color: rgb(130,45,151); }

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