#8329F4

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

Shades of Blue Violet #8329F4

Tints of Blue Violet #8329F4

Color information

#8329F4 (or 0x8329F4) is unknown color: approx Blue Violet. HEX triplet: 83, 29 and F4. RGB value is (131,41,244). Sum of RGB (Red+Green+Blue) = 131+41+244=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 244 (95.70% from 255 or 58.65% from 416); Max value from RGB is 244 - color contains mainly: blue. Hex color #8329F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8329F4 is #7CD60B. Grayscale: #5A5A5A. Windows color (decimal): -8181260 or 16001411. OLE color: 16001411.

HSL color Cylindrical-coordinate representation of color #8329F4: hue angle of 266.6º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8329F4 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13141244-
CMYK0.460.8300.04
HSL266.6º90.22%55.88%-
HSV(B)266.6º83.2%95.69%-
XYZ26.4812.9486.69-
YUV91.05214.32156.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 41 (16.41% from 255) = 9.86%
BLUE value IS 244 (95.70% from 255) = 58.65%
R=31.49%
G=9.86%
B=58.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal131412440.460.8300.04266.690.2255.88
Hex8329F42E530410b5a38
Octal20351364561230441313270
Binary1000001110100111110100101110101001101001000010111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8329F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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