#831bd6

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

Shades of Blue Violet #831BD6

Tints of Blue Violet #831BD6

Color information

#831BD6 (or 0x831BD6) is unknown color: approx Blue Violet. HEX triplet: 83, 1B and D6. RGB value is (131,27,214). Sum of RGB (Red+Green+Blue) = 131+27+214=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #831BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831BD6 is #7CE429. Grayscale: #4E4E4E. Windows color (decimal): -8184874 or 14031747. OLE color: 14031747.

HSL color Cylindrical-coordinate representation of color #831BD6: hue angle of 273.37º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831BD6 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13127214-
CMYK0.390.8700.16
HSL273.37º77.59%47.25%-
HSV(B)273.37º87.38%83.92%-
XYZ21.8910.4664.48-
YUV79.41203.96164.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 27 (10.94% from 255) = 7.26%
BLUE value IS 214 (83.98% from 255) = 57.53%
R=35.22%
G=7.26%
B=57.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131272140.390.8700.16273.3777.5947.25
Hex831BD627570101114e2f
Octal203333264712702042111657
Binary10000011110111101011010011110101110100001000100011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831bd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831bd6; }

 p { color: rgb(131,27,214); }

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

<style>
 a { background-color: #831bd6; }

 a { background-color: rgb(131,27,214); }

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

<style>
 span { border-color: #831bd6; }

 span { border-color: rgb(131,27,214); }

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