Html Css Color HEX #831AFE Blue Violet

📋 copy color: '#831AFE'

red 131 ◦ green 26 ◦ blue 254

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

Shades of Blue Violet #831AFE

Tints of Blue Violet #831AFE

RGB

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

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

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

R = 31.87%
G = 6.33%
B = 61.8%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#831AFE (or 0x831AFE) is known color: Blue Violet. HEX triplet: 83, 1A and FE. RGB value is (131,26,254). Sum of RGB (Red+Green+Blue) = 131+26+254=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #831AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831AFE is #7CE501. Grayscale: #525252. Windows color (decimal): -8185090 or 16652931. OLE color: 16652931.

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

Color convert

RGB 131 26 254 -
CMYK 0.48 0.90 0 0.00
HSL 267.63º 0.99% 0.55% -
HSV(B) 267.63º 0.9% 1% -
XYZ 27.62 12.72 94.77 -
YUV 83.39 224.29 161.96 -
System Red Green Blue C M Y K H S L
Decimal 131 26 254 0.48 0.90 0 0.00 267.63 0.99 0.55
Hex 83 1A FE 30 5A 0 0 10C 63 37
Octal 203 32 376 60 132 0 0 414 143 67
Binary 10000011 11010 11111110 110000 1011010 0 0 100001100 1100011 110111

Color Harmonies of #831AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AFE

Black with #831AFE

Text Example


Text Example

White with #831AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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