#822AAD

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

Shades of Vivid Violet #822AAD

Tints of Vivid Violet #822AAD

Color information

#822AAD (or 0x822AAD) is unknown color: approx Vivid Violet. HEX triplet: 82, 2A and AD. RGB value is (130,42,173). Sum of RGB (Red+Green+Blue) = 130+42+173=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #822AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822AAD is #7DD552. Grayscale: #525252. Windows color (decimal): -8246611 or 11348610. OLE color: 11348610.

HSL color Cylindrical-coordinate representation of color #822AAD: hue angle of 280.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822AAD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13042173-
CMYK0.250.7600.32
HSL280.31º60.93%42.16%-
HSV(B)280.31º75.72%67.84%-
XYZ17.589.4240.43-
YUV83.25178.65161.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=37.68%
G=12.17%
B=50.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130421730.250.7600.32280.3160.9342.16
Hex822AAD194C0201183d2a
Octal20252255311140404307552
Binary10000010101010101011011100110011000100000100011000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,42,173); }

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

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

 a { background-color: rgb(130,42,173); }

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

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

 span { border-color: rgb(130,42,173); }

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