#8329AE

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

Shades of Vivid Violet #8329AE

Tints of Vivid Violet #8329AE

Color information

#8329AE (or 0x8329AE) is unknown color: approx Vivid Violet. HEX triplet: 83, 29 and AE. RGB value is (131,41,174). Sum of RGB (Red+Green+Blue) = 131+41+174=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #8329AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8329AE is #7CD651. Grayscale: #525252. Windows color (decimal): -8181330 or 11413891. OLE color: 11413891.

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

Color convert

RGB13141174-
CMYK0.250.7600.32
HSL280.6º61.86%42.16%-
HSV(B)280.6º76.44%68.24%-
XYZ17.799.4740.93-
YUV83.07179.32162.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 41 (16.41% from 255) = 11.85%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=37.86%
G=11.85%
B=50.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131411740.250.7600.32280.661.8642.16
Hex8329AE194C0201193e2a
Octal20351256311140404317652
Binary10000011101001101011101100110011000100000100011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8329AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,41,174); }

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

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

 a { background-color: rgb(131,41,174); }

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

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

 span { border-color: rgb(131,41,174); }

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