Html Css Color HEX #831AF1 Blue Violet

📋 copy color: '#831AF1'

red 131 ◦ green 26 ◦ blue 241

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

Shades of Blue Violet #831AF1

Tints of Blue Violet #831AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.55%

R = 32.91%
G = 6.53%
B = 60.55%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#831AF1 (or 0x831AF1) is known color: Blue Violet. HEX triplet: 83, 1A and F1. RGB value is (131,26,241). Sum of RGB (Red+Green+Blue) = 131+26+241=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #831AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831AF1 is #7CE50E. Grayscale: #515151. Windows color (decimal): -8185103 or 15800963. OLE color: 15800963.

HSL color Cylindrical-coordinate representation of color #831AF1: hue angle of 269.3º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831AF1 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 26 241 -
CMYK 0.46 0.89 0 0.05
HSL 269.3º 0.88% 0.52% -
HSV(B) 269.3º 0.89% 0.95% -
XYZ 25.61 11.91 84.17 -
YUV 81.91 217.79 163.02 -
System Red Green Blue C M Y K H S L
Decimal 131 26 241 0.46 0.89 0 0.05 269.3 0.88 0.52
Hex 83 1A F1 2E 59 0 5 10D 58 34
Octal 203 32 361 56 131 0 5 415 130 64
Binary 10000011 11010 11110001 101110 1011001 0 101 100001101 1011000 110100

Color Harmonies of #831AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AF1

Black with #831AF1

Text Example


Text Example

White with #831AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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