#832EE5

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

Shades of Blue Violet #832EE5

Tints of Blue Violet #832EE5

Color information

#832EE5 (or 0x832EE5) is unknown color: approx Blue Violet. HEX triplet: 83, 2E and E5. RGB value is (131,46,229). Sum of RGB (Red+Green+Blue) = 131+46+229=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #832EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832EE5 is #7CD11A. Grayscale: #5B5B5B. Windows color (decimal): -8179995 or 15019651. OLE color: 15019651.

HSL color Cylindrical-coordinate representation of color #832EE5: hue angle of 267.87º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832EE5 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13146229-
CMYK0.430.8000.10
HSL267.87º77.87%53.92%-
HSV(B)267.87º79.91%89.8%-
XYZ24.4812.4475.24-
YUV92.28205.16155.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 229 (89.84% from 255) = 56.40%
R=32.27%
G=11.33%
B=56.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal131462290.430.8000.10267.8777.8753.92
Hex832EE52B500A10c4e36
Octal203563455312001241411666
Binary10000011101110111001011010111010000010101000011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832EE5; }

 p { color: rgb(131,46,229); }

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

<style>
 a { background-color: #832EE5; }

 a { background-color: rgb(131,46,229); }

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

<style>
 span { border-color: #832EE5; }

 span { border-color: rgb(131,46,229); }

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