#8326AE

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

Shades of Vivid Violet #8326AE

Tints of Vivid Violet #8326AE

Color information

#8326AE (or 0x8326AE) is unknown color: approx Vivid Violet. HEX triplet: 83, 26 and AE. RGB value is (131,38,174). Sum of RGB (Red+Green+Blue) = 131+38+174=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #8326AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8326AE is #7CD951. Grayscale: #505050. Windows color (decimal): -8182098 or 11413123. OLE color: 11413123.

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

Color convert

RGB13138174-
CMYK0.250.7800.32
HSL281.03º64.15%41.57%-
HSV(B)281.03º78.16%68.24%-
XYZ17.699.2740.9-
YUV81.31180.31163.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 38 (15.23% from 255) = 11.08%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=38.19%
G=11.08%
B=50.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131381740.250.7800.32281.0364.1541.57
Hex8326AE194E020119402a
Octal203462563111604043110052
Binary100000111001101010111011001100111001000001000110011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8326AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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