Shades of Blue Violet #8519E7
Tints of Blue Violet #8519E7
RGB
CMYK
RGB Variations
Color information
#8519E7 (or 0x8519E7) is known color: Blue Violet. HEX triplet: 85, 19 and E7. RGB value is (133,25,231). Sum of RGB (Red+Green+Blue) = 133+25+231=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 231 (90.62% from 255 or 59.38% from 389); Max value from RGB is 231 - color contains mainly: blue. Hex color #8519E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8519E7 is #7AE618. Grayscale: #505050. Windows color (decimal): -8054297 or 15145349. OLE color: 15145349.
HSL color Cylindrical-coordinate representation of color #8519E7: hue angle of 271.46º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8519E7 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 25 | 231 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.09 |
| HSL | 271.46º | 0.81% | 0.5% | - |
| HSV(B) | 271.46º | 0.89% | 0.91% | - |
| XYZ | 24.44 | 11.45 | 76.52 | - |
| YUV | 80.78 | 212.78 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 231 | 0.42 | 0.89 | 0 | 0.09 | 271.46 | 0.81 | 0.5 |
| Hex | 85 | 19 | E7 | 2A | 59 | 0 | 9 | 10F | 51 | 32 |
| Octal | 205 | 31 | 347 | 52 | 131 | 0 | 11 | 417 | 121 | 62 |
| Binary | 10000101 | 11001 | 11100111 | 101010 | 1011001 | 0 | 1001 | 100001111 | 1010001 | 110010 |
Color Harmonies of #8519E7
Complementary color
Monochromatic Colors of #8519E7
Black with #8519E7
Text Example
Text Example
White with #8519E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519E7; }
p { color: rgb(133,25,231); }
H1.HeaderClassName
{
color: #8519E7;
}
.AnyTagClassName
{
color: #8519E7;
}
</style>
background-color css
<style>
a { background-color: #8519E7; }
a { background-color: rgb(133,25,231); }
div.DivClassName
{
background-color: #8519E7;
}
.BgClassName
{
background-color: #8519E7;
}
</style>
border-color css
<style>
span { border-color: #8519E7; }
span { border-color: rgb(133,25,231); }
td.TdClassName
{
border-color: #8519E7;
}
.TagClassName
{
border-color: #8519E7;
}
</style>