Shades of Blue Violet #8519FE
Tints of Blue Violet #8519FE
RGB
CMYK
RGB Variations
Color information
#8519FE (or 0x8519FE) is known color: Blue Violet. HEX triplet: 85, 19 and FE. RGB value is (133,25,254). Sum of RGB (Red+Green+Blue) = 133+25+254=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #8519FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8519FE is #7AE601. Grayscale: #525252. Windows color (decimal): -8054274 or 16652677. OLE color: 16652677.
HSL color Cylindrical-coordinate representation of color #8519FE: hue angle of 268.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8519FE is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 25 | 254 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.00 |
| HSL | 268.3º | 0.99% | 0.55% | - |
| HSV(B) | 268.3º | 0.9% | 1% | - |
| XYZ | 27.91 | 12.84 | 94.77 | - |
| YUV | 83.4 | 224.28 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 254 | 0.48 | 0.90 | 0 | 0.00 | 268.3 | 0.99 | 0.55 |
| Hex | 85 | 19 | FE | 30 | 5A | 0 | 0 | 10C | 63 | 37 |
| Octal | 205 | 31 | 376 | 60 | 132 | 0 | 0 | 414 | 143 | 67 |
| Binary | 10000101 | 11001 | 11111110 | 110000 | 1011010 | 0 | 0 | 100001100 | 1100011 | 110111 |
Color Harmonies of #8519FE
Complementary color
Monochromatic Colors of #8519FE
Black with #8519FE
Text Example
Text Example
White with #8519FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519FE; }
p { color: rgb(133,25,254); }
H1.HeaderClassName
{
color: #8519FE;
}
.AnyTagClassName
{
color: #8519FE;
}
</style>
background-color css
<style>
a { background-color: #8519FE; }
a { background-color: rgb(133,25,254); }
div.DivClassName
{
background-color: #8519FE;
}
.BgClassName
{
background-color: #8519FE;
}
</style>
border-color css
<style>
span { border-color: #8519FE; }
span { border-color: rgb(133,25,254); }
td.TdClassName
{
border-color: #8519FE;
}
.TagClassName
{
border-color: #8519FE;
}
</style>