Html Css Color HEX #831DFF Blue Violet

📋 copy color: '#831DFF'

red 131 ◦ green 29 ◦ blue 255

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

Shades of Blue Violet #831DFF

Tints of Blue Violet #831DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.45%

R = 31.57%
G = 6.99%
B = 61.45%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#831DFF (or 0x831DFF) is known color: Blue Violet. HEX triplet: 83, 1D and FF. RGB value is (131,29,255). Sum of RGB (Red+Green+Blue) = 131+29+255=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #831DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831DFF is #7CE200. Grayscale: #545454. Windows color (decimal): -8184321 or 16719235. OLE color: 16719235.

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

Color convert

RGB 131 29 255 -
CMYK 0.49 0.89 0 0
HSL 267.08º 1% 0.56% -
HSV(B) 267.08º 0.89% 1% -
XYZ 27.85 12.92 95.63 -
YUV 85.26 223.79 160.62 -
System Red Green Blue C M Y K H S L
Decimal 131 29 255 0.49 0.89 0 0 267.08 1 0.56
Hex 83 1D FF 31 59 0 0 10B 64 38
Octal 203 35 377 61 131 0 0 413 144 70
Binary 10000011 11101 11111111 110001 1011001 0 0 100001011 1100100 111000

Color Harmonies of #831DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DFF

Black with #831DFF

Text Example


Text Example

White with #831DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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