#822D9B

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

Shades of Vivid Violet #822D9B

Tints of Vivid Violet #822D9B

Color information

#822D9B (or 0x822D9B) is unknown color: approx Vivid Violet. HEX triplet: 82, 2D and 9B. RGB value is (130,45,155). Sum of RGB (Red+Green+Blue) = 130+45+155=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #822D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822D9B is #7DD264. Grayscale: #525252. Windows color (decimal): -8245861 or 10169730. OLE color: 10169730.

HSL color Cylindrical-coordinate representation of color #822D9B: hue angle of 286.36º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822D9B is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13045155-
CMYK0.160.7100.39
HSL286.36º55%39.22%-
HSV(B)286.36º70.97%60.78%-
XYZ16.068.9931.9-
YUV82.96168.66161.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=39.39%
G=13.64%
B=46.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130451550.160.7100.39286.365539.22
Hex822D9B104702711e3727
Octal20255233201070474366747
Binary10000010101101100110111000010001110100111100011110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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