Shades of Blue Violet #9917E5
Tints of Blue Violet #9917E5
RGB
CMYK
RGB Variations
Color information
#9917E5 (or 0x9917E5) is known color: Blue Violet. HEX triplet: 99, 17 and E5. RGB value is (153,23,229). Sum of RGB (Red+Green+Blue) = 153+23+229=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #9917E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9917E5 is #66E81A. Grayscale: #545454. Windows color (decimal): -6744091 or 15013785. OLE color: 15013785.
HSL color Cylindrical-coordinate representation of color #9917E5: hue angle of 277.86º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9917E5 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 23 | 229 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.10 |
| HSL | 277.86º | 0.82% | 0.49% | - |
| HSV(B) | 277.86º | 0.9% | 0.9% | - |
| XYZ | 27.59 | 13.04 | 75.19 | - |
| YUV | 85.35 | 209.07 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 229 | 0.33 | 0.90 | 0 | 0.10 | 277.86 | 0.82 | 0.49 |
| Hex | 99 | 17 | E5 | 21 | 5A | 0 | A | 116 | 52 | 31 |
| Octal | 231 | 27 | 345 | 41 | 132 | 0 | 12 | 426 | 122 | 61 |
| Binary | 10011001 | 10111 | 11100101 | 100001 | 1011010 | 0 | 1010 | 100010110 | 1010010 | 110001 |
Color Harmonies of #9917E5
Complementary color
Monochromatic Colors of #9917E5
Black with #9917E5
Text Example
Text Example
White with #9917E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9917E5; }
p { color: rgb(153,23,229); }
H1.HeaderClassName
{
color: #9917E5;
}
.AnyTagClassName
{
color: #9917E5;
}
</style>
background-color css
<style>
a { background-color: #9917E5; }
a { background-color: rgb(153,23,229); }
div.DivClassName
{
background-color: #9917E5;
}
.BgClassName
{
background-color: #9917E5;
}
</style>
border-color css
<style>
span { border-color: #9917E5; }
span { border-color: rgb(153,23,229); }
td.TdClassName
{
border-color: #9917E5;
}
.TagClassName
{
border-color: #9917E5;
}
</style>