Html Css Color HEX #831AF6 Blue Violet

📋 copy color: '#831AF6'

red 131 ◦ green 26 ◦ blue 246

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

Shades of Blue Violet #831AF6

Tints of Blue Violet #831AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.04%

R = 32.51%
G = 6.45%
B = 61.04%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#831AF6 (or 0x831AF6) is known color: Blue Violet. HEX triplet: 83, 1A and F6. RGB value is (131,26,246). Sum of RGB (Red+Green+Blue) = 131+26+246=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #831AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831AF6 is #7CE509. Grayscale: #515151. Windows color (decimal): -8185098 or 16128643. OLE color: 16128643.

HSL color Cylindrical-coordinate representation of color #831AF6: hue angle of 268.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831AF6 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 26 246 -
CMYK 0.47 0.89 0 0.04
HSL 268.64º 0.92% 0.53% -
HSV(B) 268.64º 0.89% 0.96% -
XYZ 26.36 12.22 88.16 -
YUV 82.48 220.29 162.61 -
System Red Green Blue C M Y K H S L
Decimal 131 26 246 0.47 0.89 0 0.04 268.64 0.92 0.53
Hex 83 1A F6 2F 59 0 4 10D 5C 35
Octal 203 32 366 57 131 0 4 415 134 65
Binary 10000011 11010 11110110 101111 1011001 0 100 100001101 1011100 110101

Color Harmonies of #831AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AF6

Black with #831AF6

Text Example


Text Example

White with #831AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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