Shades of Blue Violet #8917FF
Tints of Blue Violet #8917FF
RGB
CMYK
RGB Variations
Color information
#8917FF (or 0x8917FF) is known color: Blue Violet. HEX triplet: 89, 17 and FF. RGB value is (137,23,255). Sum of RGB (Red+Green+Blue) = 137+23+255=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #8917FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8917FF is #76E800. Grayscale: #525252. Windows color (decimal): -7792641 or 16717705. OLE color: 16717705.
HSL color Cylindrical-coordinate representation of color #8917FF: hue angle of 269.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8917FF is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 23 | 255 | - |
| CMYK | 0.46 | 0.91 | 0 | 0 |
| HSL | 269.48º | 1% | 0.55% | - |
| HSV(B) | 269.48º | 0.91% | 1% | - |
| XYZ | 28.67 | 13.15 | 95.63 | - |
| YUV | 83.53 | 224.77 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 255 | 0.46 | 0.91 | 0 | 0 | 269.48 | 1 | 0.55 |
| Hex | 89 | 17 | FF | 2E | 5B | 0 | 0 | 10D | 64 | 37 |
| Octal | 211 | 27 | 377 | 56 | 133 | 0 | 0 | 415 | 144 | 67 |
| Binary | 10001001 | 10111 | 11111111 | 101110 | 1011011 | 0 | 0 | 100001101 | 1100100 | 110111 |
Color Harmonies of #8917FF
Complementary color
Monochromatic Colors of #8917FF
Black with #8917FF
Text Example
Text Example
White with #8917FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8917FF; }
p { color: rgb(137,23,255); }
H1.HeaderClassName
{
color: #8917FF;
}
.AnyTagClassName
{
color: #8917FF;
}
</style>
background-color css
<style>
a { background-color: #8917FF; }
a { background-color: rgb(137,23,255); }
div.DivClassName
{
background-color: #8917FF;
}
.BgClassName
{
background-color: #8917FF;
}
</style>
border-color css
<style>
span { border-color: #8917FF; }
span { border-color: rgb(137,23,255); }
td.TdClassName
{
border-color: #8917FF;
}
.TagClassName
{
border-color: #8917FF;
}
</style>