Shades of Blue Violet #8516FE
Tints of Blue Violet #8516FE
RGB
CMYK
RGB Variations
Color information
#8516FE (or 0x8516FE) is known color: Blue Violet. HEX triplet: 85, 16 and FE. RGB value is (133,22,254). Sum of RGB (Red+Green+Blue) = 133+22+254=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #8516FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8516FE is #7AE901. Grayscale: #505050. Windows color (decimal): -8055042 or 16651909. OLE color: 16651909.
HSL color Cylindrical-coordinate representation of color #8516FE: hue angle of 268.71º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8516FE is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 22 | 254 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.00 |
| HSL | 268.71º | 0.99% | 0.54% | - |
| HSV(B) | 268.71º | 0.91% | 1% | - |
| XYZ | 27.85 | 12.72 | 94.75 | - |
| YUV | 81.64 | 225.27 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 254 | 0.48 | 0.91 | 0 | 0.00 | 268.71 | 0.99 | 0.54 |
| Hex | 85 | 16 | FE | 30 | 5B | 0 | 0 | 10D | 63 | 36 |
| Octal | 205 | 26 | 376 | 60 | 133 | 0 | 0 | 415 | 143 | 66 |
| Binary | 10000101 | 10110 | 11111110 | 110000 | 1011011 | 0 | 0 | 100001101 | 1100011 | 110110 |
Color Harmonies of #8516FE
Complementary color
Monochromatic Colors of #8516FE
Black with #8516FE
Text Example
Text Example
White with #8516FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8516FE; }
p { color: rgb(133,22,254); }
H1.HeaderClassName
{
color: #8516FE;
}
.AnyTagClassName
{
color: #8516FE;
}
</style>
background-color css
<style>
a { background-color: #8516FE; }
a { background-color: rgb(133,22,254); }
div.DivClassName
{
background-color: #8516FE;
}
.BgClassName
{
background-color: #8516FE;
}
</style>
border-color css
<style>
span { border-color: #8516FE; }
span { border-color: rgb(133,22,254); }
td.TdClassName
{
border-color: #8516FE;
}
.TagClassName
{
border-color: #8516FE;
}
</style>