Shades of Blue Violet #8119DB
Tints of Blue Violet #8119DB
RGB
CMYK
RGB Variations
Color information
#8119DB (or 0x8119DB) is known color: Blue Violet. HEX triplet: 81, 19 and DB. RGB value is (129,25,219). Sum of RGB (Red+Green+Blue) = 129+25+219=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #8119DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119DB is #7EE624. Grayscale: #4D4D4D. Windows color (decimal): -8316453 or 14358913. OLE color: 14358913.
HSL color Cylindrical-coordinate representation of color #8119DB: hue angle of 272.16º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8119DB is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 25 | 219 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.14 |
| HSL | 272.16º | 0.8% | 0.48% | - |
| HSV(B) | 272.16º | 0.89% | 0.86% | - |
| XYZ | 22.19 | 10.48 | 67.87 | - |
| YUV | 78.21 | 207.46 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 219 | 0.41 | 0.89 | 0 | 0.14 | 272.16 | 0.8 | 0.48 |
| Hex | 81 | 19 | DB | 29 | 59 | 0 | E | 110 | 50 | 30 |
| Octal | 201 | 31 | 333 | 51 | 131 | 0 | 16 | 420 | 120 | 60 |
| Binary | 10000001 | 11001 | 11011011 | 101001 | 1011001 | 0 | 1110 | 100010000 | 1010000 | 110000 |
Color Harmonies of #8119DB
Complementary color
Monochromatic Colors of #8119DB
Black with #8119DB
Text Example
Text Example
White with #8119DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8119DB; }
p { color: rgb(129,25,219); }
H1.HeaderClassName
{
color: #8119DB;
}
.AnyTagClassName
{
color: #8119DB;
}
</style>
background-color css
<style>
a { background-color: #8119DB; }
a { background-color: rgb(129,25,219); }
div.DivClassName
{
background-color: #8119DB;
}
.BgClassName
{
background-color: #8119DB;
}
</style>
border-color css
<style>
span { border-color: #8119DB; }
span { border-color: rgb(129,25,219); }
td.TdClassName
{
border-color: #8119DB;
}
.TagClassName
{
border-color: #8119DB;
}
</style>