Shades of Blue Violet #8519EF
Tints of Blue Violet #8519EF
RGB
CMYK
RGB Variations
Color information
#8519EF (or 0x8519EF) is known color: Blue Violet. HEX triplet: 85, 19 and EF. RGB value is (133,25,239). Sum of RGB (Red+Green+Blue) = 133+25+239=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #8519EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8519EF is #7AE610. Grayscale: #505050. Windows color (decimal): -8054289 or 15669637. OLE color: 15669637.
HSL color Cylindrical-coordinate representation of color #8519EF: hue angle of 270.28º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8519EF is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 25 | 239 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.06 |
| HSL | 270.28º | 0.87% | 0.52% | - |
| HSV(B) | 270.28º | 0.9% | 0.94% | - |
| XYZ | 25.6 | 11.91 | 82.61 | - |
| YUV | 81.69 | 216.78 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 239 | 0.44 | 0.90 | 0 | 0.06 | 270.28 | 0.87 | 0.52 |
| Hex | 85 | 19 | EF | 2C | 5A | 0 | 6 | 10E | 57 | 34 |
| Octal | 205 | 31 | 357 | 54 | 132 | 0 | 6 | 416 | 127 | 64 |
| Binary | 10000101 | 11001 | 11101111 | 101100 | 1011010 | 0 | 110 | 100001110 | 1010111 | 110100 |
Color Harmonies of #8519EF
Complementary color
Monochromatic Colors of #8519EF
Black with #8519EF
Text Example
Text Example
White with #8519EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519EF; }
p { color: rgb(133,25,239); }
H1.HeaderClassName
{
color: #8519EF;
}
.AnyTagClassName
{
color: #8519EF;
}
</style>
background-color css
<style>
a { background-color: #8519EF; }
a { background-color: rgb(133,25,239); }
div.DivClassName
{
background-color: #8519EF;
}
.BgClassName
{
background-color: #8519EF;
}
</style>
border-color css
<style>
span { border-color: #8519EF; }
span { border-color: rgb(133,25,239); }
td.TdClassName
{
border-color: #8519EF;
}
.TagClassName
{
border-color: #8519EF;
}
</style>