Html Css Color HEX #831AD1 Blue Violet

📋 copy color: '#831AD1'

red 131 ◦ green 26 ◦ blue 209

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

Shades of Blue Violet #831AD1

Tints of Blue Violet #831AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 57.1%

R = 35.79%
G = 7.1%
B = 57.1%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#831AD1 (or 0x831AD1) is known color: Blue Violet. HEX triplet: 83, 1A and D1. RGB value is (131,26,209). Sum of RGB (Red+Green+Blue) = 131+26+209=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #831AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831AD1 is #7CE52E. Grayscale: #4D4D4D. Windows color (decimal): -8185135 or 13703811. OLE color: 13703811.

HSL color Cylindrical-coordinate representation of color #831AD1: hue angle of 274.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831AD1 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 26 209 -
CMYK 0.37 0.88 0 0.18
HSL 274.43º 0.78% 0.46% -
HSV(B) 274.43º 0.88% 0.82% -
XYZ 21.24 10.17 61.16 -
YUV 78.26 201.79 165.62 -
System Red Green Blue C M Y K H S L
Decimal 131 26 209 0.37 0.88 0 0.18 274.43 0.78 0.46
Hex 83 1A D1 25 58 0 12 112 4E 2E
Octal 203 32 321 45 130 0 22 422 116 56
Binary 10000011 11010 11010001 100101 1011000 0 10010 100010010 1001110 101110

Color Harmonies of #831AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AD1

Black with #831AD1

Text Example


Text Example

White with #831AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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