#8215AA

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

Shades of Vivid Violet #8215AA

Tints of Vivid Violet #8215AA

Color information

#8215AA (or 0x8215AA) is unknown color: approx Vivid Violet. HEX triplet: 82, 15 and AA. RGB value is (130,21,170). Sum of RGB (Red+Green+Blue) = 130+21+170=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #8215AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8215AA is #7DEA55. Grayscale: #464646. Windows color (decimal): -8251990 or 11146626. OLE color: 11146626.

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

Color convert

RGB13021170-
CMYK0.240.8800.33
HSL283.89º78.01%37.45%-
HSV(B)283.89º87.65%66.67%-
XYZ16.738.1838.73-
YUV70.58184.11170.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 21 (8.59% from 255) = 6.54%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=40.50%
G=6.54%
B=52.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130211700.240.8800.33283.8978.0137.45
Hex8215AA185802111c4e25
Octal202252523013004143411645
Binary10000010101011010101011000101100001000011000111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8215AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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