Html Css Color HEX #831CF9 Blue Violet

📋 copy color: '#831CF9'

red 131 ◦ green 28 ◦ blue 249

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

Shades of Blue Violet #831CF9

Tints of Blue Violet #831CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.86%

 BLUE value IS 249 (97.66% from 255) = 61.03%

R = 32.11%
G = 6.86%
B = 61.03%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#831CF9 (or 0x831CF9) is known color: Blue Violet. HEX triplet: 83, 1C and F9. RGB value is (131,28,249). Sum of RGB (Red+Green+Blue) = 131+28+249=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 249 (97.66% from 255 or 61.03% from 408); Max value from RGB is 249 - color contains mainly: blue. Hex color #831CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831CF9 is #7CE306. Grayscale: #535353. Windows color (decimal): -8184583 or 16325763. OLE color: 16325763.

HSL color Cylindrical-coordinate representation of color #831CF9: hue angle of 267.96º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831CF9 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 28 249 -
CMYK 0.47 0.89 0 0.02
HSL 267.96º 0.95% 0.54% -
HSV(B) 267.96º 0.89% 0.98% -
XYZ 26.87 12.5 90.62 -
YUV 83.99 221.12 161.53 -
System Red Green Blue C M Y K H S L
Decimal 131 28 249 0.47 0.89 0 0.02 267.96 0.95 0.54
Hex 83 1C F9 2F 59 0 2 10C 5F 36
Octal 203 34 371 57 131 0 2 414 137 66
Binary 10000011 11100 11111001 101111 1011001 0 10 100001100 1011111 110110

Color Harmonies of #831CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CF9

Black with #831CF9

Text Example


Text Example

White with #831CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,28,249); }

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

background-color css

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

 a { background-color: rgb(131,28,249); }

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

border-color css

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

 span { border-color: rgb(131,28,249); }

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