Shades of Blue Violet #8519DF
Tints of Blue Violet #8519DF
RGB
CMYK
RGB Variations
Color information
#8519DF (or 0x8519DF) is known color: Blue Violet. HEX triplet: 85, 19 and DF. RGB value is (133,25,223). Sum of RGB (Red+Green+Blue) = 133+25+223=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #8519DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519DF is #7AE620. Grayscale: #4F4F4F. Windows color (decimal): -8054305 or 14621061. OLE color: 14621061.
HSL color Cylindrical-coordinate representation of color #8519DF: hue angle of 272.73º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8519DF is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 25 | 223 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.13 |
| HSL | 272.73º | 0.8% | 0.49% | - |
| HSV(B) | 272.73º | 0.89% | 0.87% | - |
| XYZ | 23.34 | 11.01 | 70.71 | - |
| YUV | 79.86 | 208.78 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 223 | 0.40 | 0.89 | 0 | 0.13 | 272.73 | 0.8 | 0.49 |
| Hex | 85 | 19 | DF | 28 | 59 | 0 | D | 111 | 50 | 31 |
| Octal | 205 | 31 | 337 | 50 | 131 | 0 | 15 | 421 | 120 | 61 |
| Binary | 10000101 | 11001 | 11011111 | 101000 | 1011001 | 0 | 1101 | 100010001 | 1010000 | 110001 |
Color Harmonies of #8519DF
Complementary color
Monochromatic Colors of #8519DF
Black with #8519DF
Text Example
Text Example
White with #8519DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519DF; }
p { color: rgb(133,25,223); }
H1.HeaderClassName
{
color: #8519DF;
}
.AnyTagClassName
{
color: #8519DF;
}
</style>
background-color css
<style>
a { background-color: #8519DF; }
a { background-color: rgb(133,25,223); }
div.DivClassName
{
background-color: #8519DF;
}
.BgClassName
{
background-color: #8519DF;
}
</style>
border-color css
<style>
span { border-color: #8519DF; }
span { border-color: rgb(133,25,223); }
td.TdClassName
{
border-color: #8519DF;
}
.TagClassName
{
border-color: #8519DF;
}
</style>