#8326ec

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

Shades of Blue Violet #8326EC

Tints of Blue Violet #8326EC

Color information

#8326EC (or 0x8326EC) is unknown color: approx Blue Violet. HEX triplet: 83, 26 and EC. RGB value is (131,38,236). Sum of RGB (Red+Green+Blue) = 131+38+236=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #8326EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8326EC is #7CD913. Grayscale: #575757. Windows color (decimal): -8182036 or 15476355. OLE color: 15476355.

HSL color Cylindrical-coordinate representation of color #8326EC: hue angle of 268.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8326EC is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13138236-
CMYK0.440.8400.07
HSL268.18º83.9%53.73%-
HSV(B)268.18º83.9%92.55%-
XYZ25.1912.2780.4-
YUV88.38211.31158.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 38 (15.23% from 255) = 9.38%
BLUE value IS 236 (92.58% from 255) = 58.27%
R=32.35%
G=9.38%
B=58.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131382360.440.8400.07268.1883.953.73
Hex8326EC2C540710c5436
Octal20346354541240741412466
Binary1000001110011011101100101100101010001111000011001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8326ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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