#822EA3

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

Shades of Vivid Violet #822EA3

Tints of Vivid Violet #822EA3

Color information

#822EA3 (or 0x822EA3) is unknown color: approx Vivid Violet. HEX triplet: 82, 2E and A3. RGB value is (130,46,163). Sum of RGB (Red+Green+Blue) = 130+46+163=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #822EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822EA3 is #7DD15C. Grayscale: #545454. Windows color (decimal): -8245597 or 10694274. OLE color: 10694274.

HSL color Cylindrical-coordinate representation of color #822EA3: hue angle of 283.08º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822EA3 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13046163-
CMYK0.200.7200.36
HSL283.08º55.98%40.98%-
HSV(B)283.08º71.78%63.92%-
XYZ16.799.3435.57-
YUV84.45172.33160.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 163 (64.06% from 255) = 48.08%
R=38.35%
G=13.57%
B=48.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130461630.200.7200.36283.0855.9840.98
Hex822EA3144802411b3829
Octal20256243241100444337051
Binary10000010101110101000111010010010000100100100011011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,46,163); }

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

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

 a { background-color: rgb(130,46,163); }

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

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

 span { border-color: rgb(130,46,163); }

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