Shades of Dark Violet #9B10BB
Tints of Dark Violet #9B10BB
RGB
CMYK
RGB Variations
Color information
#9B10BB (or 0x9B10BB) is known color: Dark Violet. HEX triplet: 9B, 10 and BB. RGB value is (155,16,187). Sum of RGB (Red+Green+Blue) = 155+16+187=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B10BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B10BB is #64EF44. Grayscale: #4C4C4C. Windows color (decimal): -6614853 or 12259483. OLE color: 12259483.
HSL color Cylindrical-coordinate representation of color #9B10BB: hue angle of 288.77º degrees, saturation: 0.84, 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 #9B10BB is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 16 | 187 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.27 |
| HSL | 288.77º | 0.84% | 0.4% | - |
| HSV(B) | 288.77º | 0.91% | 0.73% | - |
| XYZ | 22.67 | 10.93 | 47.93 | - |
| YUV | 77.06 | 190.05 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 187 | 0.17 | 0.91 | 0 | 0.27 | 288.77 | 0.84 | 0.4 |
| Hex | 9B | 10 | BB | 11 | 5B | 0 | 1B | 121 | 54 | 28 |
| Octal | 233 | 20 | 273 | 21 | 133 | 0 | 33 | 441 | 124 | 50 |
| Binary | 10011011 | 10000 | 10111011 | 10001 | 1011011 | 0 | 11011 | 100100001 | 1010100 | 101000 |
Color Harmonies of #9B10BB
Complementary color
Monochromatic Colors of #9B10BB
Black with #9B10BB
Text Example
Text Example
White with #9B10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B10BB; }
p { color: rgb(155,16,187); }
H1.HeaderClassName
{
color: #9B10BB;
}
.AnyTagClassName
{
color: #9B10BB;
}
</style>
background-color css
<style>
a { background-color: #9B10BB; }
a { background-color: rgb(155,16,187); }
div.DivClassName
{
background-color: #9B10BB;
}
.BgClassName
{
background-color: #9B10BB;
}
</style>
border-color css
<style>
span { border-color: #9B10BB; }
span { border-color: rgb(155,16,187); }
td.TdClassName
{
border-color: #9B10BB;
}
.TagClassName
{
border-color: #9B10BB;
}
</style>