Shades of Blue Violet #8519DC
Tints of Blue Violet #8519DC
RGB
CMYK
RGB Variations
Color information
#8519DC (or 0x8519DC) is known color: Blue Violet. HEX triplet: 85, 19 and DC. RGB value is (133,25,220). Sum of RGB (Red+Green+Blue) = 133+25+220=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #8519DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519DC is #7AE623. Grayscale: #4E4E4E. Windows color (decimal): -8054308 or 14424453. OLE color: 14424453.
HSL color Cylindrical-coordinate representation of color #8519DC: hue angle of 273.23º 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 #8519DC is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 25 | 220 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.14 |
| HSL | 273.23º | 0.8% | 0.48% | - |
| HSV(B) | 273.23º | 0.89% | 0.86% | - |
| XYZ | 22.94 | 10.85 | 68.6 | - |
| YUV | 79.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 220 | 0.40 | 0.89 | 0 | 0.14 | 273.23 | 0.8 | 0.48 |
| Hex | 85 | 19 | DC | 28 | 59 | 0 | E | 111 | 50 | 30 |
| Octal | 205 | 31 | 334 | 50 | 131 | 0 | 16 | 421 | 120 | 60 |
| Binary | 10000101 | 11001 | 11011100 | 101000 | 1011001 | 0 | 1110 | 100010001 | 1010000 | 110000 |
Color Harmonies of #8519DC
Complementary color
Monochromatic Colors of #8519DC
Black with #8519DC
Text Example
Text Example
White with #8519DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519DC; }
p { color: rgb(133,25,220); }
H1.HeaderClassName
{
color: #8519DC;
}
.AnyTagClassName
{
color: #8519DC;
}
</style>
background-color css
<style>
a { background-color: #8519DC; }
a { background-color: rgb(133,25,220); }
div.DivClassName
{
background-color: #8519DC;
}
.BgClassName
{
background-color: #8519DC;
}
</style>
border-color css
<style>
span { border-color: #8519DC; }
span { border-color: rgb(133,25,220); }
td.TdClassName
{
border-color: #8519DC;
}
.TagClassName
{
border-color: #8519DC;
}
</style>