Html Css Color HEX #831EFB Blue Violet

📋 copy color: '#831EFB'

red 131 ◦ green 30 ◦ blue 251

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

Shades of Blue Violet #831EFB

Tints of Blue Violet #831EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 31.8%
G = 7.28%
B = 60.92%

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

#831EFB (or 0x831EFB) is known color: Blue Violet. HEX triplet: 83, 1E and FB. RGB value is (131,30,251). Sum of RGB (Red+Green+Blue) = 131+30+251=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #831EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831EFB is #7CE104. Grayscale: #545454. Windows color (decimal): -8184069 or 16457347. OLE color: 16457347.

HSL color Cylindrical-coordinate representation of color #831EFB: hue angle of 267.42º degrees, saturation: 0.97, 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 #831EFB is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 30 251 -
CMYK 0.48 0.88 0 0.02
HSL 267.42º 0.97% 0.55% -
HSV(B) 267.42º 0.88% 0.98% -
XYZ 27.24 12.72 92.29 -
YUV 85.39 221.46 160.53 -
System Red Green Blue C M Y K H S L
Decimal 131 30 251 0.48 0.88 0 0.02 267.42 0.97 0.55
Hex 83 1E FB 30 58 0 2 10B 61 37
Octal 203 36 373 60 130 0 2 413 141 67
Binary 10000011 11110 11111011 110000 1011000 0 10 100001011 1100001 110111

Color Harmonies of #831EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831EFB

Black with #831EFB

Text Example


Text Example

White with #831EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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