Html Css Color HEX #831EDE Blue Violet

📋 copy color: '#831EDE'

red 131 ◦ green 30 ◦ blue 222

#831EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #831EDE

Tints of Blue Violet #831EDE

RGB

 RED value IS 131 (51.56% from 255) = 34.2%

 GREEN value IS 30 (12.11% from 255) = 7.83%

 BLUE value IS 222 (87.11% from 255) = 57.96%

R = 34.2%
G = 7.83%
B = 57.96%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#831EDE (or 0x831EDE) is known color: 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

RGB 131 30 222 -
CMYK 0.41 0.86 0 0.13
HSL 271.56º 0.76% 0.49% -
HSV(B) 271.56º 0.86% 0.87% -
XYZ 23.01 11.03 70.02 -
YUV 82.09 206.96 162.89 -
System Red Green Blue C M Y K H S L
Decimal 131 30 222 0.41 0.86 0 0.13 271.56 0.76 0.49
Hex 83 1E DE 29 56 0 D 110 4C 31
Octal 203 36 336 51 126 0 15 420 114 61
Binary 10000011 11110 11011110 101001 1010110 0 1101 100010000 1001100 110001

Color Harmonies of #831EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831EDE

Black with #831EDE

Text Example


Text Example

White with #831EDE

Text Example


Text Example

HTML Codes & Css Web 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>