Html Css Color HEX #831AFB Blue Violet

📋 copy color: '#831AFB'

red 131 ◦ green 26 ◦ blue 251

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

Shades of Blue Violet #831AFB

Tints of Blue Violet #831AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.37%

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

R = 32.11%
G = 6.37%
B = 61.52%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#831AFB (or 0x831AFB) is known color: Blue Violet. HEX triplet: 83, 1A and FB. RGB value is (131,26,251). Sum of RGB (Red+Green+Blue) = 131+26+251=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #831AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831AFB is #7CE504. Grayscale: #525252. Windows color (decimal): -8185093 or 16456323. OLE color: 16456323.

HSL color Cylindrical-coordinate representation of color #831AFB: hue angle of 268º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #831AFB is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 26 251 -
CMYK 0.48 0.90 0 0.02
HSL 268º 0.97% 0.54% -
HSV(B) 268º 0.9% 0.98% -
XYZ 27.14 12.53 92.25 -
YUV 83.05 222.79 162.2 -
System Red Green Blue C M Y K H S L
Decimal 131 26 251 0.48 0.90 0 0.02 268 0.97 0.54
Hex 83 1A FB 30 5A 0 2 10C 61 36
Octal 203 32 373 60 132 0 2 414 141 66
Binary 10000011 11010 11111011 110000 1011010 0 10 100001100 1100001 110110

Color Harmonies of #831AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AFB

Black with #831AFB

Text Example


Text Example

White with #831AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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