#8228aa

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

Shades of Vivid Violet #8228AA

Tints of Vivid Violet #8228AA

Color information

#8228AA (or 0x8228AA) is unknown color: approx Vivid Violet. HEX triplet: 82, 28 and AA. RGB value is (130,40,170). Sum of RGB (Red+Green+Blue) = 130+40+170=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #8228AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8228AA is #7DD755. Grayscale: #515151. Windows color (decimal): -8247126 or 11151490. OLE color: 11151490.

HSL color Cylindrical-coordinate representation of color #8228AA: hue angle of 281.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8228AA is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13040170-
CMYK0.240.7600.33
HSL281.54º61.9%41.18%-
HSV(B)281.54º76.47%66.67%-
XYZ17.229.1738.89-
YUV81.73177.82162.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 40 (16.02% from 255) = 11.76%
BLUE value IS 170 (66.80% from 255) = 50%
R=38.24%
G=11.76%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130401700.240.7600.33281.5461.941.18
Hex8228AA184C02111a3e29
Octal20250252301140414327651
Binary10000010101000101010101100010011000100001100011010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8228aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8228aa; }

 p { color: rgb(130,40,170); }

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

<style>
 a { background-color: #8228aa; }

 a { background-color: rgb(130,40,170); }

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

<style>
 span { border-color: #8228aa; }

 span { border-color: rgb(130,40,170); }

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