#8216AA

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

Shades of Vivid Violet #8216AA

Tints of Vivid Violet #8216AA

Color information

#8216AA (or 0x8216AA) is unknown color: approx Vivid Violet. HEX triplet: 82, 16 and AA. RGB value is (130,22,170). Sum of RGB (Red+Green+Blue) = 130+22+170=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #8216AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8216AA is #7DE955. Grayscale: #464646. Windows color (decimal): -8251734 or 11146882. OLE color: 11146882.

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

Color convert

RGB13022170-
CMYK0.240.8700.33
HSL283.78º77.08%37.65%-
HSV(B)283.78º87.06%66.67%-
XYZ16.758.2238.73-
YUV71.16183.78169.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 170 (66.80% from 255) = 52.80%
R=40.37%
G=6.83%
B=52.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130221700.240.8700.33283.7877.0837.65
Hex8216AA185702111c4d26
Octal202262523012704143411546
Binary10000010101101010101011000101011101000011000111001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8216AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8216AA; }

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

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

<style>
 a { background-color: #8216AA; }

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

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

<style>
 span { border-color: #8216AA; }

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

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