Html Css Color HEX #831DFE Blue Violet

📋 copy color: '#831DFE'

red 131 ◦ green 29 ◦ blue 254

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

Shades of Blue Violet #831DFE

Tints of Blue Violet #831DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7%

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 31.64%
G = 7%
B = 61.35%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#831DFE (or 0x831DFE) is known color: Blue Violet. HEX triplet: 83, 1D and FE. RGB value is (131,29,254). Sum of RGB (Red+Green+Blue) = 131+29+254=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #831DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831DFE is #7CE201. Grayscale: #545454. Windows color (decimal): -8184322 or 16653699. OLE color: 16653699.

HSL color Cylindrical-coordinate representation of color #831DFE: hue angle of 267.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831DFE is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 29 254 -
CMYK 0.48 0.89 0 0.00
HSL 267.2º 0.99% 0.55% -
HSV(B) 267.2º 0.89% 1% -
XYZ 27.69 12.86 94.79 -
YUV 85.15 223.29 160.7 -
System Red Green Blue C M Y K H S L
Decimal 131 29 254 0.48 0.89 0 0.00 267.2 0.99 0.55
Hex 83 1D FE 30 59 0 0 10B 63 37
Octal 203 35 376 60 131 0 0 413 143 67
Binary 10000011 11101 11111110 110000 1011001 0 0 100001011 1100011 110111

Color Harmonies of #831DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DFE

Black with #831DFE

Text Example


Text Example

White with #831DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,29,254); }

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

background-color css

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

 a { background-color: rgb(131,29,254); }

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

border-color css

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

 span { border-color: rgb(131,29,254); }

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