Shades of Dark Violet #9010BB
Tints of Dark Violet #9010BB
RGB
CMYK
RGB Variations
Color information
#9010BB (or 0x9010BB) is known color: Dark Violet. HEX triplet: 90, 10 and BB. RGB value is (144,16,187). Sum of RGB (Red+Green+Blue) = 144+16+187=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #9010BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010BB is #6FEF44. Grayscale: #494949. Windows color (decimal): -7335749 or 12259472. OLE color: 12259472.
HSL color Cylindrical-coordinate representation of color #9010BB: hue angle of 284.91º 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 #9010BB is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 16 | 187 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.27 |
| HSL | 284.91º | 0.84% | 0.4% | - |
| HSV(B) | 284.91º | 0.91% | 0.73% | - |
| XYZ | 20.66 | 9.89 | 47.83 | - |
| YUV | 73.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 187 | 0.23 | 0.91 | 0 | 0.27 | 284.91 | 0.84 | 0.4 |
| Hex | 90 | 10 | BB | 17 | 5B | 0 | 1B | 11D | 54 | 28 |
| Octal | 220 | 20 | 273 | 27 | 133 | 0 | 33 | 435 | 124 | 50 |
| Binary | 10010000 | 10000 | 10111011 | 10111 | 1011011 | 0 | 11011 | 100011101 | 1010100 | 101000 |
Color Harmonies of #9010BB
Complementary color
Monochromatic Colors of #9010BB
Black with #9010BB
Text Example
Text Example
White with #9010BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010BB; }
p { color: rgb(144,16,187); }
H1.HeaderClassName
{
color: #9010BB;
}
.AnyTagClassName
{
color: #9010BB;
}
</style>
background-color css
<style>
a { background-color: #9010BB; }
a { background-color: rgb(144,16,187); }
div.DivClassName
{
background-color: #9010BB;
}
.BgClassName
{
background-color: #9010BB;
}
</style>
border-color css
<style>
span { border-color: #9010BB; }
span { border-color: rgb(144,16,187); }
td.TdClassName
{
border-color: #9010BB;
}
.TagClassName
{
border-color: #9010BB;
}
</style>