Shades of Blue Violet #8519DB
Tints of Blue Violet #8519DB
RGB
CMYK
RGB Variations
Color information
#8519DB (or 0x8519DB) is known color: Blue Violet. HEX triplet: 85, 19 and DB. RGB value is (133,25,219). Sum of RGB (Red+Green+Blue) = 133+25+219=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #8519DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519DB is #7AE624. Grayscale: #4E4E4E. Windows color (decimal): -8054309 or 14358917. OLE color: 14358917.
HSL color Cylindrical-coordinate representation of color #8519DB: hue angle of 273.4º 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 #8519DB is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 25 | 219 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.14 |
| HSL | 273.4º | 0.8% | 0.48% | - |
| HSV(B) | 273.4º | 0.89% | 0.86% | - |
| XYZ | 22.81 | 10.8 | 67.9 | - |
| YUV | 79.41 | 206.78 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 219 | 0.39 | 0.89 | 0 | 0.14 | 273.4 | 0.8 | 0.48 |
| Hex | 85 | 19 | DB | 27 | 59 | 0 | E | 111 | 50 | 30 |
| Octal | 205 | 31 | 333 | 47 | 131 | 0 | 16 | 421 | 120 | 60 |
| Binary | 10000101 | 11001 | 11011011 | 100111 | 1011001 | 0 | 1110 | 100010001 | 1010000 | 110000 |
Color Harmonies of #8519DB
Complementary color
Monochromatic Colors of #8519DB
Black with #8519DB
Text Example
Text Example
White with #8519DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519DB; }
p { color: rgb(133,25,219); }
H1.HeaderClassName
{
color: #8519DB;
}
.AnyTagClassName
{
color: #8519DB;
}
</style>
background-color css
<style>
a { background-color: #8519DB; }
a { background-color: rgb(133,25,219); }
div.DivClassName
{
background-color: #8519DB;
}
.BgClassName
{
background-color: #8519DB;
}
</style>
border-color css
<style>
span { border-color: #8519DB; }
span { border-color: rgb(133,25,219); }
td.TdClassName
{
border-color: #8519DB;
}
.TagClassName
{
border-color: #8519DB;
}
</style>