Shades of Blue Violet #8111DB
Tints of Blue Violet #8111DB
RGB
CMYK
RGB Variations
Color information
#8111DB (or 0x8111DB) is known color: Blue Violet. HEX triplet: 81, 11 and DB. RGB value is (129,17,219). Sum of RGB (Red+Green+Blue) = 129+17+219=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #8111DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111DB is #7EEE24. Grayscale: #484848. Windows color (decimal): -8318501 or 14356865. OLE color: 14356865.
HSL color Cylindrical-coordinate representation of color #8111DB: hue angle of 273.27º degrees, saturation: 0.86, 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 #8111DB is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 17 | 219 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.14 |
| HSL | 273.27º | 0.86% | 0.46% | - |
| HSV(B) | 273.27º | 0.92% | 0.86% | - |
| XYZ | 22.04 | 10.18 | 67.82 | - |
| YUV | 73.52 | 210.11 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 219 | 0.41 | 0.92 | 0 | 0.14 | 273.27 | 0.86 | 0.46 |
| Hex | 81 | 11 | DB | 29 | 5C | 0 | E | 111 | 56 | 2E |
| Octal | 201 | 21 | 333 | 51 | 134 | 0 | 16 | 421 | 126 | 56 |
| Binary | 10000001 | 10001 | 11011011 | 101001 | 1011100 | 0 | 1110 | 100010001 | 1010110 | 101110 |
Color Harmonies of #8111DB
Complementary color
Monochromatic Colors of #8111DB
Black with #8111DB
Text Example
Text Example
White with #8111DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8111DB; }
p { color: rgb(129,17,219); }
H1.HeaderClassName
{
color: #8111DB;
}
.AnyTagClassName
{
color: #8111DB;
}
</style>
background-color css
<style>
a { background-color: #8111DB; }
a { background-color: rgb(129,17,219); }
div.DivClassName
{
background-color: #8111DB;
}
.BgClassName
{
background-color: #8111DB;
}
</style>
border-color css
<style>
span { border-color: #8111DB; }
span { border-color: rgb(129,17,219); }
td.TdClassName
{
border-color: #8111DB;
}
.TagClassName
{
border-color: #8111DB;
}
</style>