Shades of Blue Violet #8519D1
Tints of Blue Violet #8519D1
RGB
CMYK
RGB Variations
Color information
#8519D1 (or 0x8519D1) is known color: Blue Violet. HEX triplet: 85, 19 and D1. RGB value is (133,25,209). Sum of RGB (Red+Green+Blue) = 133+25+209=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 209 (82.03% from 255 or 56.95% from 367); Max value from RGB is 209 - color contains mainly: blue. Hex color #8519D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519D1 is #7AE62E. Grayscale: #4D4D4D. Windows color (decimal): -8054319 or 13703557. OLE color: 13703557.
HSL color Cylindrical-coordinate representation of color #8519D1: hue angle of 275.22º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8519D1 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 25 | 209 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.18 |
| HSL | 275.22º | 0.79% | 0.46% | - |
| HSV(B) | 275.22º | 0.88% | 0.82% | - |
| XYZ | 21.53 | 10.29 | 61.17 | - |
| YUV | 78.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 209 | 0.36 | 0.88 | 0 | 0.18 | 275.22 | 0.79 | 0.46 |
| Hex | 85 | 19 | D1 | 24 | 58 | 0 | 12 | 113 | 4F | 2E |
| Octal | 205 | 31 | 321 | 44 | 130 | 0 | 22 | 423 | 117 | 56 |
| Binary | 10000101 | 11001 | 11010001 | 100100 | 1011000 | 0 | 10010 | 100010011 | 1001111 | 101110 |
Color Harmonies of #8519D1
Complementary color
Monochromatic Colors of #8519D1
Black with #8519D1
Text Example
Text Example
White with #8519D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519D1; }
p { color: rgb(133,25,209); }
H1.HeaderClassName
{
color: #8519D1;
}
.AnyTagClassName
{
color: #8519D1;
}
</style>
background-color css
<style>
a { background-color: #8519D1; }
a { background-color: rgb(133,25,209); }
div.DivClassName
{
background-color: #8519D1;
}
.BgClassName
{
background-color: #8519D1;
}
</style>
border-color css
<style>
span { border-color: #8519D1; }
span { border-color: rgb(133,25,209); }
td.TdClassName
{
border-color: #8519D1;
}
.TagClassName
{
border-color: #8519D1;
}
</style>