Shades of Blue Violet #8312DB
Tints of Blue Violet #8312DB
RGB
CMYK
RGB Variations
Color information
#8312DB (or 0x8312DB) is known color: Blue Violet. HEX triplet: 83, 12 and DB. RGB value is (131,18,219). Sum of RGB (Red+Green+Blue) = 131+18+219=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #8312DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312DB is #7CED24. Grayscale: #4A4A4A. Windows color (decimal): -8187173 or 14357123. OLE color: 14357123.
HSL color Cylindrical-coordinate representation of color #8312DB: hue angle of 273.73º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8312DB is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 18 | 219 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.14 |
| HSL | 273.73º | 0.85% | 0.46% | - |
| HSV(B) | 273.73º | 0.92% | 0.86% | - |
| XYZ | 22.36 | 10.37 | 67.84 | - |
| YUV | 74.7 | 209.44 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 219 | 0.40 | 0.92 | 0 | 0.14 | 273.73 | 0.85 | 0.46 |
| Hex | 83 | 12 | DB | 28 | 5C | 0 | E | 112 | 55 | 2E |
| Octal | 203 | 22 | 333 | 50 | 134 | 0 | 16 | 422 | 125 | 56 |
| Binary | 10000011 | 10010 | 11011011 | 101000 | 1011100 | 0 | 1110 | 100010010 | 1010101 | 101110 |
Color Harmonies of #8312DB
Complementary color
Monochromatic Colors of #8312DB
Black with #8312DB
Text Example
Text Example
White with #8312DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312DB; }
p { color: rgb(131,18,219); }
H1.HeaderClassName
{
color: #8312DB;
}
.AnyTagClassName
{
color: #8312DB;
}
</style>
background-color css
<style>
a { background-color: #8312DB; }
a { background-color: rgb(131,18,219); }
div.DivClassName
{
background-color: #8312DB;
}
.BgClassName
{
background-color: #8312DB;
}
</style>
border-color css
<style>
span { border-color: #8312DB; }
span { border-color: rgb(131,18,219); }
td.TdClassName
{
border-color: #8312DB;
}
.TagClassName
{
border-color: #8312DB;
}
</style>