Html Css Color HEX #831FEF Blue Violet

📋 copy color: '#831FEF'

red 131 ◦ green 31 ◦ blue 239

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

Shades of Blue Violet #831FEF

Tints of Blue Violet #831FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.6%

R = 32.67%
G = 7.73%
B = 59.6%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#831FEF (or 0x831FEF) is known color: Blue Violet. HEX triplet: 83, 1F and EF. RGB value is (131,31,239). Sum of RGB (Red+Green+Blue) = 131+31+239=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #831FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831FEF is #7CE010. Grayscale: #535353. Windows color (decimal): -8183825 or 15671171. OLE color: 15671171.

HSL color Cylindrical-coordinate representation of color #831FEF: hue angle of 268.85º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831FEF is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 31 239 -
CMYK 0.45 0.87 0 0.06
HSL 268.85º 0.87% 0.53% -
HSV(B) 268.85º 0.87% 0.94% -
XYZ 25.43 12.04 82.64 -
YUV 84.61 215.13 161.09 -
System Red Green Blue C M Y K H S L
Decimal 131 31 239 0.45 0.87 0 0.06 268.85 0.87 0.53
Hex 83 1F EF 2D 57 0 6 10D 57 35
Octal 203 37 357 55 127 0 6 415 127 65
Binary 10000011 11111 11101111 101101 1010111 0 110 100001101 1010111 110101

Color Harmonies of #831FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831FEF

Black with #831FEF

Text Example


Text Example

White with #831FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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