Shades of Blue Violet #831ADB
Tints of Blue Violet #831ADB
RGB
CMYK
RGB Variations
Color information
#831ADB (or 0x831ADB) is known color: Blue Violet. HEX triplet: 83, 1A and DB. RGB value is (131,26,219). Sum of RGB (Red+Green+Blue) = 131+26+219=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #831ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831ADB is #7CE524. Grayscale: #4E4E4E. Windows color (decimal): -8185125 or 14359171. OLE color: 14359171.
HSL color Cylindrical-coordinate representation of color #831ADB: hue angle of 272.64º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831ADB is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 26 | 219 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.14 |
| HSL | 272.64º | 0.79% | 0.48% | - |
| HSV(B) | 272.64º | 0.88% | 0.86% | - |
| XYZ | 22.52 | 10.68 | 67.89 | - |
| YUV | 79.4 | 206.79 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 219 | 0.40 | 0.88 | 0 | 0.14 | 272.64 | 0.79 | 0.48 |
| Hex | 83 | 1A | DB | 28 | 58 | 0 | E | 111 | 4F | 30 |
| Octal | 203 | 32 | 333 | 50 | 130 | 0 | 16 | 421 | 117 | 60 |
| Binary | 10000011 | 11010 | 11011011 | 101000 | 1011000 | 0 | 1110 | 100010001 | 1001111 | 110000 |
Color Harmonies of #831ADB
Complementary color
Monochromatic Colors of #831ADB
Black with #831ADB
Text Example
Text Example
White with #831ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831ADB; }
p { color: rgb(131,26,219); }
H1.HeaderClassName
{
color: #831ADB;
}
.AnyTagClassName
{
color: #831ADB;
}
</style>
background-color css
<style>
a { background-color: #831ADB; }
a { background-color: rgb(131,26,219); }
div.DivClassName
{
background-color: #831ADB;
}
.BgClassName
{
background-color: #831ADB;
}
</style>
border-color css
<style>
span { border-color: #831ADB; }
span { border-color: rgb(131,26,219); }
td.TdClassName
{
border-color: #831ADB;
}
.TagClassName
{
border-color: #831ADB;
}
</style>