#8222A6

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

Shades of Vivid Violet #8222A6

Tints of Vivid Violet #8222A6

Color information

#8222A6 (or 0x8222A6) is unknown color: approx Vivid Violet. HEX triplet: 82, 22 and A6. RGB value is (130,34,166). Sum of RGB (Red+Green+Blue) = 130+34+166=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #8222A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8222A6 is #7DDD59. Grayscale: #4D4D4D. Windows color (decimal): -8248666 or 10887810. OLE color: 10887810.

HSL color Cylindrical-coordinate representation of color #8222A6: hue angle of 283.64º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8222A6 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13034166-
CMYK0.220.8000.35
HSL283.64º66%39.22%-
HSV(B)283.64º79.52%65.1%-
XYZ16.668.6436.87-
YUV77.75177.8165.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 34 (13.67% from 255) = 10.30%
BLUE value IS 166 (65.23% from 255) = 50.30%
R=39.39%
G=10.30%
B=50.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130341660.220.8000.35283.646639.22
Hex8222A6165002311c4227
Octal202422462612004343410247
Binary100000101000101010011010110101000001000111000111001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8222A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8222A6; }

 p { color: rgb(130,34,166); }

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

<style>
 a { background-color: #8222A6; }

 a { background-color: rgb(130,34,166); }

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

<style>
 span { border-color: #8222A6; }

 span { border-color: rgb(130,34,166); }

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