Shades of Blue Violet #8515FC
Tints of Blue Violet #8515FC
RGB
CMYK
RGB Variations
Color information
#8515FC (or 0x8515FC) is known color: Blue Violet. HEX triplet: 85, 15 and FC. RGB value is (133,21,252). Sum of RGB (Red+Green+Blue) = 133+21+252=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #8515FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8515FC is #7AEA03. Grayscale: #505050. Windows color (decimal): -8055300 or 16520581. OLE color: 16520581.
HSL color Cylindrical-coordinate representation of color #8515FC: hue angle of 269.09º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8515FC is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 21 | 252 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.01 |
| HSL | 269.09º | 0.97% | 0.54% | - |
| HSV(B) | 269.09º | 0.92% | 0.99% | - |
| XYZ | 27.51 | 12.55 | 93.07 | - |
| YUV | 80.82 | 224.61 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 252 | 0.47 | 0.92 | 0 | 0.01 | 269.09 | 0.97 | 0.54 |
| Hex | 85 | 15 | FC | 2F | 5C | 0 | 1 | 10D | 61 | 36 |
| Octal | 205 | 25 | 374 | 57 | 134 | 0 | 1 | 415 | 141 | 66 |
| Binary | 10000101 | 10101 | 11111100 | 101111 | 1011100 | 0 | 1 | 100001101 | 1100001 | 110110 |
Color Harmonies of #8515FC
Complementary color
Monochromatic Colors of #8515FC
Black with #8515FC
Text Example
Text Example
White with #8515FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515FC; }
p { color: rgb(133,21,252); }
H1.HeaderClassName
{
color: #8515FC;
}
.AnyTagClassName
{
color: #8515FC;
}
</style>
background-color css
<style>
a { background-color: #8515FC; }
a { background-color: rgb(133,21,252); }
div.DivClassName
{
background-color: #8515FC;
}
.BgClassName
{
background-color: #8515FC;
}
</style>
border-color css
<style>
span { border-color: #8515FC; }
span { border-color: rgb(133,21,252); }
td.TdClassName
{
border-color: #8515FC;
}
.TagClassName
{
border-color: #8515FC;
}
</style>