Html Css Color HEX #831BEE Blue Violet

📋 copy color: '#831BEE'

red 131 ◦ green 27 ◦ blue 238

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

Shades of Blue Violet #831BEE

Tints of Blue Violet #831BEE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.82%

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

R = 33.08%
G = 6.82%
B = 60.1%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#831BEE (or 0x831BEE) is known color: Blue Violet. HEX triplet: 83, 1B and EE. RGB value is (131,27,238). Sum of RGB (Red+Green+Blue) = 131+27+238=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #831BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831BEE is #7CE411. Grayscale: #515151. Windows color (decimal): -8184850 or 15604611. OLE color: 15604611.

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

Color convert

RGB 131 27 238 -
CMYK 0.45 0.89 0 0.07
HSL 269.57º 0.86% 0.52% -
HSV(B) 269.57º 0.89% 0.93% -
XYZ 25.18 11.78 81.84 -
YUV 82.15 215.96 162.84 -
System Red Green Blue C M Y K H S L
Decimal 131 27 238 0.45 0.89 0 0.07 269.57 0.86 0.52
Hex 83 1B EE 2D 59 0 7 10E 56 34
Octal 203 33 356 55 131 0 7 416 126 64
Binary 10000011 11011 11101110 101101 1011001 0 111 100001110 1010110 110100

Color Harmonies of #831BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BEE

Black with #831BEE

Text Example


Text Example

White with #831BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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