#8331F0

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

Shades of Blue Violet #8331F0

Tints of Blue Violet #8331F0

Color information

#8331F0 (or 0x8331F0) is unknown color: approx Blue Violet. HEX triplet: 83, 31 and F0. RGB value is (131,49,240). Sum of RGB (Red+Green+Blue) = 131+49+240=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #8331F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8331F0 is #7CCE0F. Grayscale: #5E5E5E. Windows color (decimal): -8179216 or 15741315. OLE color: 15741315.

HSL color Cylindrical-coordinate representation of color #8331F0: hue angle of 265.76º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8331F0 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13149240-
CMYK0.450.8000.06
HSL265.76º86.43%56.67%-
HSV(B)265.76º79.58%94.12%-
XYZ26.1913.3183.63-
YUV95.29209.67153.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 49 (19.53% from 255) = 11.67%
BLUE value IS 240 (94.14% from 255) = 57.14%
R=31.19%
G=11.67%
B=57.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal131492400.450.8000.06265.7686.4356.67
Hex8331F02D500610a5639
Octal20361360551200641212671
Binary1000001111000111110000101101101000001101000010101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8331F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8331F0; }

 p { color: rgb(131,49,240); }

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

<style>
 a { background-color: #8331F0; }

 a { background-color: rgb(131,49,240); }

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

<style>
 span { border-color: #8331F0; }

 span { border-color: rgb(131,49,240); }

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