Html Css Color HEX #831FFA Blue Violet

📋 copy color: '#831FFA'

red 131 ◦ green 31 ◦ blue 250

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

Shades of Blue Violet #831FFA

Tints of Blue Violet #831FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.52%

 BLUE value IS 250 (98.05% from 255) = 60.68%

R = 31.8%
G = 7.52%
B = 60.68%

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

#831FFA (or 0x831FFA) is known color: Blue Violet. HEX triplet: 83, 1F and FA. RGB value is (131,31,250). Sum of RGB (Red+Green+Blue) = 131+31+250=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #831FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831FFA is #7CE005. Grayscale: #555555. Windows color (decimal): -8183814 or 16392067. OLE color: 16392067.

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

Color convert

RGB 131 31 250 -
CMYK 0.48 0.88 0 0.02
HSL 267.4º 0.96% 0.55% -
HSV(B) 267.4º 0.88% 0.98% -
XYZ 27.11 12.71 91.47 -
YUV 85.87 220.63 160.19 -
System Red Green Blue C M Y K H S L
Decimal 131 31 250 0.48 0.88 0 0.02 267.4 0.96 0.55
Hex 83 1F FA 30 58 0 2 10B 60 37
Octal 203 37 372 60 130 0 2 413 140 67
Binary 10000011 11111 11111010 110000 1011000 0 10 100001011 1100000 110111

Color Harmonies of #831FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831FFA

Black with #831FFA

Text Example


Text Example

White with #831FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,31,250); }

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

background-color css

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

 a { background-color: rgb(131,31,250); }

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

border-color css

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

 span { border-color: rgb(131,31,250); }

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