Html Css Color HEX #831AD6 Blue Violet

📋 copy color: '#831AD6'

red 131 ◦ green 26 ◦ blue 214

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

Shades of Blue Violet #831AD6

Tints of Blue Violet #831AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.68%

R = 35.31%
G = 7.01%
B = 57.68%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#831AD6 (or 0x831AD6) is known color: Blue Violet. HEX triplet: 83, 1A and D6. RGB value is (131,26,214). Sum of RGB (Red+Green+Blue) = 131+26+214=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #831AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831AD6 is #7CE529. Grayscale: #4E4E4E. Windows color (decimal): -8185130 or 14031491. OLE color: 14031491.

HSL color Cylindrical-coordinate representation of color #831AD6: hue angle of 273.51º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831AD6 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 26 214 -
CMYK 0.39 0.88 0 0.16
HSL 273.51º 0.78% 0.47% -
HSV(B) 273.51º 0.88% 0.84% -
XYZ 21.87 10.42 64.48 -
YUV 78.83 204.29 165.21 -
System Red Green Blue C M Y K H S L
Decimal 131 26 214 0.39 0.88 0 0.16 273.51 0.78 0.47
Hex 83 1A D6 27 58 0 10 112 4E 2F
Octal 203 32 326 47 130 0 20 422 116 57
Binary 10000011 11010 11010110 100111 1011000 0 10000 100010010 1001110 101111

Color Harmonies of #831AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831AD6

Black with #831AD6

Text Example


Text Example

White with #831AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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