Shades of Dark Violet #9311BB
Tints of Dark Violet #9311BB
RGB
CMYK
RGB Variations
Color information
#9311BB (or 0x9311BB) is known color: Dark Violet. HEX triplet: 93, 11 and BB. RGB value is (147,17,187). Sum of RGB (Red+Green+Blue) = 147+17+187=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #9311BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9311BB is #6CEE44. Grayscale: #4A4A4A. Windows color (decimal): -7138885 or 12259731. OLE color: 12259731.
HSL color Cylindrical-coordinate representation of color #9311BB: hue angle of 285.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9311BB is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 17 | 187 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.27 |
| HSL | 285.88º | 0.83% | 0.4% | - |
| HSV(B) | 285.88º | 0.91% | 0.73% | - |
| XYZ | 21.2 | 10.19 | 47.86 | - |
| YUV | 75.25 | 191.07 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 187 | 0.21 | 0.91 | 0 | 0.27 | 285.88 | 0.83 | 0.4 |
| Hex | 93 | 11 | BB | 15 | 5B | 0 | 1B | 11E | 53 | 28 |
| Octal | 223 | 21 | 273 | 25 | 133 | 0 | 33 | 436 | 123 | 50 |
| Binary | 10010011 | 10001 | 10111011 | 10101 | 1011011 | 0 | 11011 | 100011110 | 1010011 | 101000 |
Color Harmonies of #9311BB
Complementary color
Monochromatic Colors of #9311BB
Black with #9311BB
Text Example
Text Example
White with #9311BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9311BB; }
p { color: rgb(147,17,187); }
H1.HeaderClassName
{
color: #9311BB;
}
.AnyTagClassName
{
color: #9311BB;
}
</style>
background-color css
<style>
a { background-color: #9311BB; }
a { background-color: rgb(147,17,187); }
div.DivClassName
{
background-color: #9311BB;
}
.BgClassName
{
background-color: #9311BB;
}
</style>
border-color css
<style>
span { border-color: #9311BB; }
span { border-color: rgb(147,17,187); }
td.TdClassName
{
border-color: #9311BB;
}
.TagClassName
{
border-color: #9311BB;
}
</style>