Html Css Color HEX #831DFD Blue Violet

📋 copy color: '#831DFD'

red 131 ◦ green 29 ◦ blue 253

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

Shades of Blue Violet #831DFD

Tints of Blue Violet #831DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 31.72%
G = 7.02%
B = 61.26%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#831DFD (or 0x831DFD) is known color: Blue Violet. HEX triplet: 83, 1D and FD. RGB value is (131,29,253). Sum of RGB (Red+Green+Blue) = 131+29+253=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #831DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831DFD is #7CE202. Grayscale: #545454. Windows color (decimal): -8184323 or 16588163. OLE color: 16588163.

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

Color convert

RGB 131 29 253 -
CMYK 0.48 0.89 0 0.01
HSL 267.32º 0.98% 0.55% -
HSV(B) 267.32º 0.89% 0.99% -
XYZ 27.53 12.8 93.95 -
YUV 85.03 222.79 160.79 -
System Red Green Blue C M Y K H S L
Decimal 131 29 253 0.48 0.89 0 0.01 267.32 0.98 0.55
Hex 83 1D FD 30 59 0 1 10B 62 37
Octal 203 35 375 60 131 0 1 413 142 67
Binary 10000011 11101 11111101 110000 1011001 0 1 100001011 1100010 110111

Color Harmonies of #831DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DFD

Black with #831DFD

Text Example


Text Example

White with #831DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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