#8219AE

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

Shades of Vivid Violet #8219AE

Tints of Vivid Violet #8219AE

Color information

#8219AE (or 0x8219AE) is unknown color: approx Vivid Violet. HEX triplet: 82, 19 and AE. RGB value is (130,25,174). Sum of RGB (Red+Green+Blue) = 130+25+174=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #8219AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8219AE is #7DE651. Grayscale: #484848. Windows color (decimal): -8250962 or 11409794. OLE color: 11409794.

HSL color Cylindrical-coordinate representation of color #8219AE: hue angle of 282.28º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8219AE is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13025174-
CMYK0.250.8600.32
HSL282.28º74.87%39.02%-
HSV(B)282.28º85.63%68.24%-
XYZ17.198.540.78-
YUV73.38184.79168.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 25 (10.16% from 255) = 7.60%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=39.51%
G=7.60%
B=52.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130251740.250.8600.32282.2874.8739.02
Hex8219AE195602011a4b27
Octal202312563112604043211347
Binary10000010110011010111011001101011001000001000110101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8219AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8219AE; }

 p { color: rgb(130,25,174); }

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

<style>
 a { background-color: #8219AE; }

 a { background-color: rgb(130,25,174); }

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

<style>
 span { border-color: #8219AE; }

 span { border-color: rgb(130,25,174); }

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