Html Css Color HEX #831DEE Blue Violet

📋 copy color: '#831DEE'

red 131 ◦ green 29 ◦ blue 238

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

Shades of Blue Violet #831DEE

Tints of Blue Violet #831DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.29%

 BLUE value IS 238 (93.36% from 255) = 59.8%

R = 32.91%
G = 7.29%
B = 59.8%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#831DEE (or 0x831DEE) is known color: Blue Violet. HEX triplet: 83, 1D and EE. RGB value is (131,29,238). Sum of RGB (Red+Green+Blue) = 131+29+238=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #831DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831DEE is #7CE211. Grayscale: #525252. Windows color (decimal): -8184338 or 15605123. OLE color: 15605123.

HSL color Cylindrical-coordinate representation of color #831DEE: hue angle of 269.28º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831DEE is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 29 238 -
CMYK 0.45 0.88 0 0.07
HSL 269.28º 0.86% 0.52% -
HSV(B) 269.28º 0.88% 0.93% -
XYZ 25.23 11.88 81.85 -
YUV 83.32 215.29 162.01 -
System Red Green Blue C M Y K H S L
Decimal 131 29 238 0.45 0.88 0 0.07 269.28 0.86 0.52
Hex 83 1D EE 2D 58 0 7 10D 56 34
Octal 203 35 356 55 130 0 7 415 126 64
Binary 10000011 11101 11101110 101101 1011000 0 111 100001101 1010110 110100

Color Harmonies of #831DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DEE

Black with #831DEE

Text Example


Text Example

White with #831DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,29,238); }

 H1.HeaderClassName
 {
   color: #831DEE;
 }
 .AnyTagClassName
 {
   color: #831DEE;
 }
</style>

background-color css

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

 a { background-color: rgb(131,29,238); }

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

border-color css

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

 span { border-color: rgb(131,29,238); }

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