#8131EB

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

Shades of Blue Violet #8131EB

Tints of Blue Violet #8131EB

Color information

#8131EB (or 0x8131EB) is unknown color: approx Blue Violet. HEX triplet: 81, 31 and EB. RGB value is (129,49,235). Sum of RGB (Red+Green+Blue) = 129+49+235=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #8131EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8131EB is #7ECE14. Grayscale: #5D5D5D. Windows color (decimal): -8310293 or 15413633. OLE color: 15413633.

HSL color Cylindrical-coordinate representation of color #8131EB: hue angle of 265.81º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8131EB is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12949235-
CMYK0.450.7900.08
HSL265.81º82.3%55.69%-
HSV(B)265.81º79.15%92.16%-
XYZ25.1512.8679.75-
YUV94.12207.5152.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 49 (19.53% from 255) = 11.86%
BLUE value IS 235 (92.19% from 255) = 56.90%
R=31.23%
G=11.86%
B=56.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal129492350.450.7900.08265.8182.355.69
Hex8131EB2D4F0810a5238
Octal201613535511701041212270
Binary10000001110001111010111011011001111010001000010101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8131EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8131EB; }

 p { color: rgb(129,49,235); }

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

<style>
 a { background-color: #8131EB; }

 a { background-color: rgb(129,49,235); }

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

<style>
 span { border-color: #8131EB; }

 span { border-color: rgb(129,49,235); }

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