Shades of Blue Violet #831CDB
Tints of Blue Violet #831CDB
RGB
CMYK
RGB Variations
Color information
#831CDB (or 0x831CDB) is known color: Blue Violet. HEX triplet: 83, 1C and DB. RGB value is (131,28,219). Sum of RGB (Red+Green+Blue) = 131+28+219=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #831CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CDB is #7CE324. Grayscale: #4F4F4F. Windows color (decimal): -8184613 or 14359683. OLE color: 14359683.
HSL color Cylindrical-coordinate representation of color #831CDB: hue angle of 272.36º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831CDB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 28 | 219 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.14 |
| HSL | 272.36º | 0.77% | 0.48% | - |
| HSV(B) | 272.36º | 0.87% | 0.86% | - |
| XYZ | 22.56 | 10.77 | 67.91 | - |
| YUV | 80.57 | 206.12 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 219 | 0.40 | 0.87 | 0 | 0.14 | 272.36 | 0.77 | 0.48 |
| Hex | 83 | 1C | DB | 28 | 57 | 0 | E | 110 | 4D | 30 |
| Octal | 203 | 34 | 333 | 50 | 127 | 0 | 16 | 420 | 115 | 60 |
| Binary | 10000011 | 11100 | 11011011 | 101000 | 1010111 | 0 | 1110 | 100010000 | 1001101 | 110000 |
Color Harmonies of #831CDB
Complementary color
Monochromatic Colors of #831CDB
Black with #831CDB
Text Example
Text Example
White with #831CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CDB; }
p { color: rgb(131,28,219); }
H1.HeaderClassName
{
color: #831CDB;
}
.AnyTagClassName
{
color: #831CDB;
}
</style>
background-color css
<style>
a { background-color: #831CDB; }
a { background-color: rgb(131,28,219); }
div.DivClassName
{
background-color: #831CDB;
}
.BgClassName
{
background-color: #831CDB;
}
</style>
border-color css
<style>
span { border-color: #831CDB; }
span { border-color: rgb(131,28,219); }
td.TdClassName
{
border-color: #831CDB;
}
.TagClassName
{
border-color: #831CDB;
}
</style>