Shades of Blue Violet #9117DB
Tints of Blue Violet #9117DB
RGB
CMYK
RGB Variations
Color information
#9117DB (or 0x9117DB) is known color: Blue Violet. HEX triplet: 91, 17 and DB. RGB value is (145,23,219). Sum of RGB (Red+Green+Blue) = 145+23+219=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #9117DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9117DB is #6EE824. Grayscale: #515151. Windows color (decimal): -7268389 or 14358417. OLE color: 14358417.
HSL color Cylindrical-coordinate representation of color #9117DB: hue angle of 277.35º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9117DB is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 23 | 219 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.14 |
| HSL | 277.35º | 0.81% | 0.47% | - |
| HSV(B) | 277.35º | 0.89% | 0.86% | - |
| XYZ | 24.77 | 11.75 | 67.98 | - |
| YUV | 81.82 | 205.42 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 219 | 0.34 | 0.89 | 0 | 0.14 | 277.35 | 0.81 | 0.47 |
| Hex | 91 | 17 | DB | 22 | 59 | 0 | E | 115 | 51 | 2F |
| Octal | 221 | 27 | 333 | 42 | 131 | 0 | 16 | 425 | 121 | 57 |
| Binary | 10010001 | 10111 | 11011011 | 100010 | 1011001 | 0 | 1110 | 100010101 | 1010001 | 101111 |
Color Harmonies of #9117DB
Complementary color
Monochromatic Colors of #9117DB
Black with #9117DB
Text Example
Text Example
White with #9117DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9117DB; }
p { color: rgb(145,23,219); }
H1.HeaderClassName
{
color: #9117DB;
}
.AnyTagClassName
{
color: #9117DB;
}
</style>
background-color css
<style>
a { background-color: #9117DB; }
a { background-color: rgb(145,23,219); }
div.DivClassName
{
background-color: #9117DB;
}
.BgClassName
{
background-color: #9117DB;
}
</style>
border-color css
<style>
span { border-color: #9117DB; }
span { border-color: rgb(145,23,219); }
td.TdClassName
{
border-color: #9117DB;
}
.TagClassName
{
border-color: #9117DB;
}
</style>