Shades of Dark Violet #9016BB
Tints of Dark Violet #9016BB
RGB
CMYK
RGB Variations
Color information
#9016BB (or 0x9016BB) is known color: Dark Violet. HEX triplet: 90, 16 and BB. RGB value is (144,22,187). Sum of RGB (Red+Green+Blue) = 144+22+187=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #9016BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016BB is #6FE944. Grayscale: #4C4C4C. Windows color (decimal): -7334213 or 12261008. OLE color: 12261008.
HSL color Cylindrical-coordinate representation of color #9016BB: hue angle of 284.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9016BB is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 22 | 187 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.27 |
| HSL | 284.36º | 0.79% | 0.41% | - |
| HSV(B) | 284.36º | 0.88% | 0.73% | - |
| XYZ | 20.76 | 10.09 | 47.87 | - |
| YUV | 77.29 | 189.92 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 187 | 0.23 | 0.88 | 0 | 0.27 | 284.36 | 0.79 | 0.41 |
| Hex | 90 | 16 | BB | 17 | 58 | 0 | 1B | 11C | 4F | 29 |
| Octal | 220 | 26 | 273 | 27 | 130 | 0 | 33 | 434 | 117 | 51 |
| Binary | 10010000 | 10110 | 10111011 | 10111 | 1011000 | 0 | 11011 | 100011100 | 1001111 | 101001 |
Color Harmonies of #9016BB
Complementary color
Monochromatic Colors of #9016BB
Black with #9016BB
Text Example
Text Example
White with #9016BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9016BB; }
p { color: rgb(144,22,187); }
H1.HeaderClassName
{
color: #9016BB;
}
.AnyTagClassName
{
color: #9016BB;
}
</style>
background-color css
<style>
a { background-color: #9016BB; }
a { background-color: rgb(144,22,187); }
div.DivClassName
{
background-color: #9016BB;
}
.BgClassName
{
background-color: #9016BB;
}
</style>
border-color css
<style>
span { border-color: #9016BB; }
span { border-color: rgb(144,22,187); }
td.TdClassName
{
border-color: #9016BB;
}
.TagClassName
{
border-color: #9016BB;
}
</style>