Shades of Blue Violet #8117DB
Tints of Blue Violet #8117DB
RGB
CMYK
RGB Variations
Color information
#8117DB (or 0x8117DB) is known color: Blue Violet. HEX triplet: 81, 17 and DB. RGB value is (129,23,219). Sum of RGB (Red+Green+Blue) = 129+23+219=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #8117DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8117DB is #7EE824. Grayscale: #4C4C4C. Windows color (decimal): -8316965 or 14358401. OLE color: 14358401.
HSL color Cylindrical-coordinate representation of color #8117DB: hue angle of 272.45º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8117DB is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 23 | 219 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.14 |
| HSL | 272.45º | 0.81% | 0.47% | - |
| HSV(B) | 272.45º | 0.89% | 0.86% | - |
| XYZ | 22.15 | 10.39 | 67.86 | - |
| YUV | 77.04 | 208.12 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 219 | 0.41 | 0.89 | 0 | 0.14 | 272.45 | 0.81 | 0.47 |
| Hex | 81 | 17 | DB | 29 | 59 | 0 | E | 110 | 51 | 2F |
| Octal | 201 | 27 | 333 | 51 | 131 | 0 | 16 | 420 | 121 | 57 |
| Binary | 10000001 | 10111 | 11011011 | 101001 | 1011001 | 0 | 1110 | 100010000 | 1010001 | 101111 |
Color Harmonies of #8117DB
Complementary color
Monochromatic Colors of #8117DB
Black with #8117DB
Text Example
Text Example
White with #8117DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8117DB; }
p { color: rgb(129,23,219); }
H1.HeaderClassName
{
color: #8117DB;
}
.AnyTagClassName
{
color: #8117DB;
}
</style>
background-color css
<style>
a { background-color: #8117DB; }
a { background-color: rgb(129,23,219); }
div.DivClassName
{
background-color: #8117DB;
}
.BgClassName
{
background-color: #8117DB;
}
</style>
border-color css
<style>
span { border-color: #8117DB; }
span { border-color: rgb(129,23,219); }
td.TdClassName
{
border-color: #8117DB;
}
.TagClassName
{
border-color: #8117DB;
}
</style>