#8321AB

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

Shades of Vivid Violet #8321AB

Tints of Vivid Violet #8321AB

Color information

#8321AB (or 0x8321AB) is unknown color: approx Vivid Violet. HEX triplet: 83, 21 and AB. RGB value is (131,33,171). Sum of RGB (Red+Green+Blue) = 131+33+171=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #8321AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8321AB is #7CDE54. Grayscale: #4D4D4D. Windows color (decimal): -8183381 or 11215235. OLE color: 11215235.

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

Color convert

RGB13133171-
CMYK0.230.8100.33
HSL282.61º67.65%40%-
HSV(B)282.61º80.7%67.06%-
XYZ17.258.8539.33-
YUV78.03180.47165.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 33 (13.28% from 255) = 9.85%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=39.10%
G=9.85%
B=51.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131331710.230.8100.33282.6167.6540
Hex8321AB175102111b4428
Octal203412532712104143310450
Binary100000111000011010101110111101000101000011000110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8321AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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