Shades of Blue Violet #8917D8
Tints of Blue Violet #8917D8
RGB
CMYK
RGB Variations
Color information
#8917D8 (or 0x8917D8) is known color: Blue Violet. HEX triplet: 89, 17 and D8. RGB value is (137,23,216). Sum of RGB (Red+Green+Blue) = 137+23+216=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #8917D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8917D8 is #76E827. Grayscale: #4E4E4E. Windows color (decimal): -7792680 or 14161801. OLE color: 14161801.
HSL color Cylindrical-coordinate representation of color #8917D8: hue angle of 275.44º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8917D8 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 23 | 216 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.15 |
| HSL | 275.44º | 0.81% | 0.47% | - |
| HSV(B) | 275.44º | 0.89% | 0.85% | - |
| XYZ | 23.02 | 10.89 | 65.85 | - |
| YUV | 79.09 | 205.27 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 216 | 0.37 | 0.89 | 0 | 0.15 | 275.44 | 0.81 | 0.47 |
| Hex | 89 | 17 | D8 | 25 | 59 | 0 | F | 113 | 51 | 2F |
| Octal | 211 | 27 | 330 | 45 | 131 | 0 | 17 | 423 | 121 | 57 |
| Binary | 10001001 | 10111 | 11011000 | 100101 | 1011001 | 0 | 1111 | 100010011 | 1010001 | 101111 |
Color Harmonies of #8917D8
Complementary color
Monochromatic Colors of #8917D8
Black with #8917D8
Text Example
Text Example
White with #8917D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8917D8; }
p { color: rgb(137,23,216); }
H1.HeaderClassName
{
color: #8917D8;
}
.AnyTagClassName
{
color: #8917D8;
}
</style>
background-color css
<style>
a { background-color: #8917D8; }
a { background-color: rgb(137,23,216); }
div.DivClassName
{
background-color: #8917D8;
}
.BgClassName
{
background-color: #8917D8;
}
</style>
border-color css
<style>
span { border-color: #8917D8; }
span { border-color: rgb(137,23,216); }
td.TdClassName
{
border-color: #8917D8;
}
.TagClassName
{
border-color: #8917D8;
}
</style>