Html Css Color HEX #831AFF Blue Violet

📋 copy color: '#831AFF'

red 131 ◦ green 26 ◦ blue 255

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

Shades of Blue Violet #831AFF

Tints of Blue Violet #831AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.89%

R = 31.8%
G = 6.31%
B = 61.89%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#831AFF (or 0x831AFF) is known color: Blue Violet. HEX triplet: 83, 1A and FF. RGB value is (131,26,255). Sum of RGB (Red+Green+Blue) = 131+26+255=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #831AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831AFF is #7CE500. Grayscale: #525252. Windows color (decimal): -8185089 or 16718467. OLE color: 16718467.

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

Color convert

RGB 131 26 255 -
CMYK 0.49 0.90 0 0
HSL 267.51º 1% 0.55% -
HSV(B) 267.51º 0.9% 1% -
XYZ 27.78 12.78 95.61 -
YUV 83.5 224.79 161.88 -
System Red Green Blue C M Y K H S L
Decimal 131 26 255 0.49 0.90 0 0 267.51 1 0.55
Hex 83 1A FF 31 5A 0 0 10C 64 37
Octal 203 32 377 61 132 0 0 414 144 67
Binary 10000011 11010 11111111 110001 1011010 0 0 100001100 1100100 110111

Color Harmonies of #831AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AFF

Black with #831AFF

Text Example


Text Example

White with #831AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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