Shades of Blue Violet #8515FF
Tints of Blue Violet #8515FF
RGB
CMYK
RGB Variations
Color information
#8515FF (or 0x8515FF) is known color: Blue Violet. HEX triplet: 85, 15 and FF. RGB value is (133,21,255). Sum of RGB (Red+Green+Blue) = 133+21+255=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #8515FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8515FF is #7AEA00. Grayscale: #505050. Windows color (decimal): -8055297 or 16717189. OLE color: 16717189.
HSL color Cylindrical-coordinate representation of color #8515FF: hue angle of 268.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8515FF is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 21 | 255 | - |
| CMYK | 0.48 | 0.92 | 0 | 0 |
| HSL | 268.72º | 1% | 0.54% | - |
| HSV(B) | 268.72º | 0.92% | 1% | - |
| XYZ | 27.99 | 12.74 | 95.59 | - |
| YUV | 81.16 | 226.11 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 255 | 0.48 | 0.92 | 0 | 0 | 268.72 | 1 | 0.54 |
| Hex | 85 | 15 | FF | 30 | 5C | 0 | 0 | 10D | 64 | 36 |
| Octal | 205 | 25 | 377 | 60 | 134 | 0 | 0 | 415 | 144 | 66 |
| Binary | 10000101 | 10101 | 11111111 | 110000 | 1011100 | 0 | 0 | 100001101 | 1100100 | 110110 |
Color Harmonies of #8515FF
Complementary color
Monochromatic Colors of #8515FF
Black with #8515FF
Text Example
Text Example
White with #8515FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515FF; }
p { color: rgb(133,21,255); }
H1.HeaderClassName
{
color: #8515FF;
}
.AnyTagClassName
{
color: #8515FF;
}
</style>
background-color css
<style>
a { background-color: #8515FF; }
a { background-color: rgb(133,21,255); }
div.DivClassName
{
background-color: #8515FF;
}
.BgClassName
{
background-color: #8515FF;
}
</style>
border-color css
<style>
span { border-color: #8515FF; }
span { border-color: rgb(133,21,255); }
td.TdClassName
{
border-color: #8515FF;
}
.TagClassName
{
border-color: #8515FF;
}
</style>