Shades of Blue Violet #8112DB
Tints of Blue Violet #8112DB
RGB
CMYK
RGB Variations
Color information
#8112DB (or 0x8112DB) is known color: Blue Violet. HEX triplet: 81, 12 and DB. RGB value is (129,18,219). Sum of RGB (Red+Green+Blue) = 129+18+219=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #8112DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8112DB is #7EED24. Grayscale: #494949. Windows color (decimal): -8318245 or 14357121. OLE color: 14357121.
HSL color Cylindrical-coordinate representation of color #8112DB: hue angle of 273.13º 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 #8112DB is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 18 | 219 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.14 |
| HSL | 273.13º | 0.85% | 0.46% | - |
| HSV(B) | 273.13º | 0.92% | 0.86% | - |
| XYZ | 22.06 | 10.21 | 67.83 | - |
| YUV | 74.1 | 209.77 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 219 | 0.41 | 0.92 | 0 | 0.14 | 273.13 | 0.85 | 0.46 |
| Hex | 81 | 12 | DB | 29 | 5C | 0 | E | 111 | 55 | 2E |
| Octal | 201 | 22 | 333 | 51 | 134 | 0 | 16 | 421 | 125 | 56 |
| Binary | 10000001 | 10010 | 11011011 | 101001 | 1011100 | 0 | 1110 | 100010001 | 1010101 | 101110 |
Color Harmonies of #8112DB
Complementary color
Monochromatic Colors of #8112DB
Black with #8112DB
Text Example
Text Example
White with #8112DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8112DB; }
p { color: rgb(129,18,219); }
H1.HeaderClassName
{
color: #8112DB;
}
.AnyTagClassName
{
color: #8112DB;
}
</style>
background-color css
<style>
a { background-color: #8112DB; }
a { background-color: rgb(129,18,219); }
div.DivClassName
{
background-color: #8112DB;
}
.BgClassName
{
background-color: #8112DB;
}
</style>
border-color css
<style>
span { border-color: #8112DB; }
span { border-color: rgb(129,18,219); }
td.TdClassName
{
border-color: #8112DB;
}
.TagClassName
{
border-color: #8112DB;
}
</style>