Shades of Blue Violet #8917DD
Tints of Blue Violet #8917DD
RGB
CMYK
RGB Variations
Color information
#8917DD (or 0x8917DD) is known color: Blue Violet. HEX triplet: 89, 17 and DD. RGB value is (137,23,221). Sum of RGB (Red+Green+Blue) = 137+23+221=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #8917DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8917DD is #76E822. Grayscale: #4E4E4E. Windows color (decimal): -7792675 or 14489481. OLE color: 14489481.
HSL color Cylindrical-coordinate representation of color #8917DD: hue angle of 274.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8917DD is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 23 | 221 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.13 |
| HSL | 274.55º | 0.81% | 0.48% | - |
| HSV(B) | 274.55º | 0.9% | 0.87% | - |
| XYZ | 23.67 | 11.15 | 69.31 | - |
| YUV | 79.66 | 207.77 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 221 | 0.38 | 0.90 | 0 | 0.13 | 274.55 | 0.81 | 0.48 |
| Hex | 89 | 17 | DD | 26 | 5A | 0 | D | 113 | 51 | 30 |
| Octal | 211 | 27 | 335 | 46 | 132 | 0 | 15 | 423 | 121 | 60 |
| Binary | 10001001 | 10111 | 11011101 | 100110 | 1011010 | 0 | 1101 | 100010011 | 1010001 | 110000 |
Color Harmonies of #8917DD
Complementary color
Monochromatic Colors of #8917DD
Black with #8917DD
Text Example
Text Example
White with #8917DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8917DD; }
p { color: rgb(137,23,221); }
H1.HeaderClassName
{
color: #8917DD;
}
.AnyTagClassName
{
color: #8917DD;
}
</style>
background-color css
<style>
a { background-color: #8917DD; }
a { background-color: rgb(137,23,221); }
div.DivClassName
{
background-color: #8917DD;
}
.BgClassName
{
background-color: #8917DD;
}
</style>
border-color css
<style>
span { border-color: #8917DD; }
span { border-color: rgb(137,23,221); }
td.TdClassName
{
border-color: #8917DD;
}
.TagClassName
{
border-color: #8917DD;
}
</style>