Shades of Blue Violet #8519F7
Tints of Blue Violet #8519F7
RGB
CMYK
RGB Variations
Color information
#8519F7 (or 0x8519F7) is known color: Blue Violet. HEX triplet: 85, 19 and F7. RGB value is (133,25,247). Sum of RGB (Red+Green+Blue) = 133+25+247=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 247 (96.88% from 255 or 60.99% from 405); Max value from RGB is 247 - color contains mainly: blue. Hex color #8519F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8519F7 is #7AE608. Grayscale: #515151. Windows color (decimal): -8054281 or 16193925. OLE color: 16193925.
HSL color Cylindrical-coordinate representation of color #8519F7: hue angle of 269.19º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8519F7 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 25 | 247 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.03 |
| HSL | 269.19º | 0.93% | 0.53% | - |
| HSV(B) | 269.19º | 0.9% | 0.97% | - |
| XYZ | 26.81 | 12.4 | 88.98 | - |
| YUV | 82.6 | 220.78 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 247 | 0.46 | 0.90 | 0 | 0.03 | 269.19 | 0.93 | 0.53 |
| Hex | 85 | 19 | F7 | 2E | 5A | 0 | 3 | 10D | 5D | 35 |
| Octal | 205 | 31 | 367 | 56 | 132 | 0 | 3 | 415 | 135 | 65 |
| Binary | 10000101 | 11001 | 11110111 | 101110 | 1011010 | 0 | 11 | 100001101 | 1011101 | 110101 |
Color Harmonies of #8519F7
Complementary color
Monochromatic Colors of #8519F7
Black with #8519F7
Text Example
Text Example
White with #8519F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519F7; }
p { color: rgb(133,25,247); }
H1.HeaderClassName
{
color: #8519F7;
}
.AnyTagClassName
{
color: #8519F7;
}
</style>
background-color css
<style>
a { background-color: #8519F7; }
a { background-color: rgb(133,25,247); }
div.DivClassName
{
background-color: #8519F7;
}
.BgClassName
{
background-color: #8519F7;
}
</style>
border-color css
<style>
span { border-color: #8519F7; }
span { border-color: rgb(133,25,247); }
td.TdClassName
{
border-color: #8519F7;
}
.TagClassName
{
border-color: #8519F7;
}
</style>