Html Css Color HEX #831DFB Blue Violet

📋 copy color: '#831DFB'

red 131 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #831DFB

Tints of Blue Violet #831DFB

RGB

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

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

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

R = 31.87%
G = 7.06%
B = 61.07%

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

#831DFB (or 0x831DFB) is known color: Blue Violet. HEX triplet: 83, 1D and FB. RGB value is (131,29,251). Sum of RGB (Red+Green+Blue) = 131+29+251=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #831DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831DFB is #7CE204. Grayscale: #545454. Windows color (decimal): -8184325 or 16457091. OLE color: 16457091.

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

Color convert

RGB 131 29 251 -
CMYK 0.48 0.88 0 0.02
HSL 267.57º 0.97% 0.55% -
HSV(B) 267.57º 0.88% 0.98% -
XYZ 27.21 12.67 92.28 -
YUV 84.81 221.79 160.95 -
System Red Green Blue C M Y K H S L
Decimal 131 29 251 0.48 0.88 0 0.02 267.57 0.97 0.55
Hex 83 1D FB 30 58 0 2 10C 61 37
Octal 203 35 373 60 130 0 2 414 141 67
Binary 10000011 11101 11111011 110000 1011000 0 10 100001100 1100001 110111

Color Harmonies of #831DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DFB

Black with #831DFB

Text Example


Text Example

White with #831DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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