#832DEF

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

Shades of Blue Violet #832DEF

Tints of Blue Violet #832DEF

Color information

#832DEF (or 0x832DEF) is unknown color: approx Blue Violet. HEX triplet: 83, 2D and EF. RGB value is (131,45,239). Sum of RGB (Red+Green+Blue) = 131+45+239=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #832DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832DEF is #7CD210. Grayscale: #5C5C5C. Windows color (decimal): -8180241 or 15674755. OLE color: 15674755.

HSL color Cylindrical-coordinate representation of color #832DEF: hue angle of 266.6º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #832DEF is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13145239-
CMYK0.450.8100.06
HSL266.6º85.84%55.69%-
HSV(B)266.6º81.17%93.73%-
XYZ25.8812.9382.79-
YUV92.83210.49155.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 45 (17.97% from 255) = 10.84%
BLUE value IS 239 (93.75% from 255) = 57.59%
R=31.57%
G=10.84%
B=57.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal131452390.450.8100.06266.685.8455.69
Hex832DEF2D510610b5638
Octal20355357551210641312670
Binary1000001110110111101111101101101000101101000010111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,45,239); }

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

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

 a { background-color: rgb(131,45,239); }

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

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

 span { border-color: rgb(131,45,239); }

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