#822EA8

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

Shades of Vivid Violet #822EA8

Tints of Vivid Violet #822EA8

Color information

#822EA8 (or 0x822EA8) is unknown color: approx Vivid Violet. HEX triplet: 82, 2E and A8. RGB value is (130,46,168). Sum of RGB (Red+Green+Blue) = 130+46+168=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #822EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822EA8 is #7DD157. Grayscale: #545454. Windows color (decimal): -8245592 or 11021954. OLE color: 11021954.

HSL color Cylindrical-coordinate representation of color #822EA8: hue angle of 281.31º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822EA8 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13046168-
CMYK0.230.7300.34
HSL281.31º57.01%41.96%-
HSV(B)281.31º72.62%65.88%-
XYZ17.259.5337.98-
YUV85.02174.83160.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 46 (18.36% from 255) = 13.37%
BLUE value IS 168 (66.02% from 255) = 48.84%
R=37.79%
G=13.37%
B=48.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130461680.230.7300.34281.3157.0141.96
Hex822EA81749022119392a
Octal20256250271110424317152
Binary10000010101110101010001011110010010100010100011001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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