#832EFA

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

Shades of Blue Violet #832EFA

Tints of Blue Violet #832EFA

Color information

#832EFA (or 0x832EFA) is unknown color: approx Blue Violet. HEX triplet: 83, 2E and FA. RGB value is (131,46,250). Sum of RGB (Red+Green+Blue) = 131+46+250=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #832EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832EFA is #7CD105. Grayscale: #5D5D5D. Windows color (decimal): -8179974 or 16395907. OLE color: 16395907.

HSL color Cylindrical-coordinate representation of color #832EFA: hue angle of 265º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #832EFA is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13146250-
CMYK0.480.8200.02
HSL265º95.33%58.04%-
HSV(B)265º81.6%98.04%-
XYZ27.5913.6891.63-
YUV94.67215.66153.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.68%
GREEN value IS 46 (18.36% from 255) = 10.77%
BLUE value IS 250 (98.05% from 255) = 58.55%
R=30.68%
G=10.77%
B=58.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131462500.480.8200.0226595.3358.04
Hex832EFA3052021095f3a
Octal20356372601220241113772
Binary100000111011101111101011000010100100101000010011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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