#8329AB

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

Shades of Vivid Violet #8329AB

Tints of Vivid Violet #8329AB

Color information

#8329AB (or 0x8329AB) is unknown color: approx Vivid Violet. HEX triplet: 83, 29 and AB. RGB value is (131,41,171). Sum of RGB (Red+Green+Blue) = 131+41+171=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #8329AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8329AB is #7CD654. Grayscale: #525252. Windows color (decimal): -8181333 or 11217283. OLE color: 11217283.

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

Color convert

RGB13141171-
CMYK0.230.7600.33
HSL281.54º61.32%41.57%-
HSV(B)281.54º76.02%67.06%-
XYZ17.59.3539.41-
YUV82.73177.82162.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 41 (16.41% from 255) = 11.95%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=38.19%
G=11.95%
B=49.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131411710.230.7600.33281.5461.3241.57
Hex8329AB174C02111a3d2a
Octal20351253271140414327552
Binary10000011101001101010111011110011000100001100011010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8329AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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