Html Css Color HEX #831EFA Blue Violet

📋 copy color: '#831EFA'

red 131 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #831EFA

Tints of Blue Violet #831EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.83%

R = 31.87%
G = 7.3%
B = 60.83%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#831EFA (or 0x831EFA) is known color: Blue Violet. HEX triplet: 83, 1E and FA. RGB value is (131,30,250). Sum of RGB (Red+Green+Blue) = 131+30+250=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #831EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831EFA is #7CE105. Grayscale: #545454. Windows color (decimal): -8184070 or 16391811. OLE color: 16391811.

HSL color Cylindrical-coordinate representation of color #831EFA: hue angle of 267.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831EFA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 30 250 -
CMYK 0.48 0.88 0 0.02
HSL 267.55º 0.96% 0.55% -
HSV(B) 267.55º 0.88% 0.98% -
XYZ 27.08 12.66 91.46 -
YUV 85.28 220.96 160.61 -
System Red Green Blue C M Y K H S L
Decimal 131 30 250 0.48 0.88 0 0.02 267.55 0.96 0.55
Hex 83 1E FA 30 58 0 2 10C 60 37
Octal 203 36 372 60 130 0 2 414 140 67
Binary 10000011 11110 11111010 110000 1011000 0 10 100001100 1100000 110111

Color Harmonies of #831EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831EFA

Black with #831EFA

Text Example


Text Example

White with #831EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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