Html Css Color HEX #831EFE Blue Violet

📋 copy color: '#831EFE'

red 131 ◦ green 30 ◦ blue 254

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

Shades of Blue Violet #831EFE

Tints of Blue Violet #831EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.2%

R = 31.57%
G = 7.23%
B = 61.2%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#831EFE (or 0x831EFE) is known color: Blue Violet. HEX triplet: 83, 1E and FE. RGB value is (131,30,254). Sum of RGB (Red+Green+Blue) = 131+30+254=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #831EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831EFE is #7CE101. Grayscale: #545454. Windows color (decimal): -8184066 or 16653955. OLE color: 16653955.

HSL color Cylindrical-coordinate representation of color #831EFE: hue angle of 267.05º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831EFE is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 30 254 -
CMYK 0.48 0.88 0 0.00
HSL 267.05º 0.99% 0.56% -
HSV(B) 267.05º 0.88% 1% -
XYZ 27.71 12.91 94.8 -
YUV 85.74 222.96 160.29 -
System Red Green Blue C M Y K H S L
Decimal 131 30 254 0.48 0.88 0 0.00 267.05 0.99 0.56
Hex 83 1E FE 30 58 0 0 10B 63 38
Octal 203 36 376 60 130 0 0 413 143 70
Binary 10000011 11110 11111110 110000 1011000 0 0 100001011 1100011 111000

Color Harmonies of #831EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831EFE

Black with #831EFE

Text Example


Text Example

White with #831EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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