Shades of Blue Violet #8517FB
Tints of Blue Violet #8517FB
RGB
CMYK
RGB Variations
Color information
#8517FB (or 0x8517FB) is known color: Blue Violet. HEX triplet: 85, 17 and FB. RGB value is (133,23,251). Sum of RGB (Red+Green+Blue) = 133+23+251=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #8517FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8517FB is #7AE804. Grayscale: #515151. Windows color (decimal): -8054789 or 16455557. OLE color: 16455557.
HSL color Cylindrical-coordinate representation of color #8517FB: hue angle of 268.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8517FB is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 23 | 251 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.02 |
| HSL | 268.95º | 0.97% | 0.54% | - |
| HSV(B) | 268.95º | 0.91% | 0.98% | - |
| XYZ | 27.39 | 12.56 | 92.25 | - |
| YUV | 81.88 | 223.44 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 251 | 0.47 | 0.91 | 0 | 0.02 | 268.95 | 0.97 | 0.54 |
| Hex | 85 | 17 | FB | 2F | 5B | 0 | 2 | 10D | 61 | 36 |
| Octal | 205 | 27 | 373 | 57 | 133 | 0 | 2 | 415 | 141 | 66 |
| Binary | 10000101 | 10111 | 11111011 | 101111 | 1011011 | 0 | 10 | 100001101 | 1100001 | 110110 |
Color Harmonies of #8517FB
Complementary color
Monochromatic Colors of #8517FB
Black with #8517FB
Text Example
Text Example
White with #8517FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8517FB; }
p { color: rgb(133,23,251); }
H1.HeaderClassName
{
color: #8517FB;
}
.AnyTagClassName
{
color: #8517FB;
}
</style>
background-color css
<style>
a { background-color: #8517FB; }
a { background-color: rgb(133,23,251); }
div.DivClassName
{
background-color: #8517FB;
}
.BgClassName
{
background-color: #8517FB;
}
</style>
border-color css
<style>
span { border-color: #8517FB; }
span { border-color: rgb(133,23,251); }
td.TdClassName
{
border-color: #8517FB;
}
.TagClassName
{
border-color: #8517FB;
}
</style>