#831EDE

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

Shades of Blue Violet #831EDE

Tints of Blue Violet #831EDE

Color information

#831EDE (or 0x831EDE) is unknown color: approx Blue Violet. HEX triplet: 83, 1E and DE. RGB value is (131,30,222). Sum of RGB (Red+Green+Blue) = 131+30+222=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #831EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EDE is #7CE121. Grayscale: #515151. Windows color (decimal): -8184098 or 14556803. OLE color: 14556803.

HSL color Cylindrical-coordinate representation of color #831EDE: hue angle of 271.56º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831EDE is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13130222-
CMYK0.410.8600.13
HSL271.56º76.19%49.41%-
HSV(B)271.56º86.49%87.06%-
XYZ23.0111.0370.02-
YUV82.09206.96162.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 30 (12.11% from 255) = 7.83%
BLUE value IS 222 (87.11% from 255) = 57.96%
R=34.20%
G=7.83%
B=57.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131302220.410.8600.13271.5676.1949.41
Hex831EDE29560D1104c31
Octal203363365112601542011461
Binary1000001111110110111101010011010110011011000100001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,30,222); }

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

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

 a { background-color: rgb(131,30,222); }

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

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

 span { border-color: rgb(131,30,222); }

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