Shades of Dark Violet #9000BB
Tints of Dark Violet #9000BB
RGB
CMYK
RGB Variations
Color information
#9000BB (or 0x9000BB) is known color: Dark Violet. HEX triplet: 90, 00 and BB. RGB value is (144,0,187). Sum of RGB (Red+Green+Blue) = 144+0+187=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #9000BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000BB is #6FFF44. Grayscale: #3F3F3F. Windows color (decimal): -7339845 or 12255376. OLE color: 12255376.
HSL color Cylindrical-coordinate representation of color #9000BB: hue angle of 286.2º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000BB is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 0 | 187 | - |
| CMYK | 0.23 | 1 | 0 | 0.27 |
| HSL | 286.2º | 1% | 0.37% | - |
| HSV(B) | 286.2º | 1% | 0.73% | - |
| XYZ | 20.47 | 9.52 | 47.77 | - |
| YUV | 64.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 187 | 0.23 | 1 | 0 | 0.27 | 286.2 | 1 | 0.37 |
| Hex | 90 | 0 | BB | 17 | 64 | 0 | 1B | 11E | 64 | 25 |
| Octal | 220 | 0 | 273 | 27 | 144 | 0 | 33 | 436 | 144 | 45 |
| Binary | 10010000 | 0 | 10111011 | 10111 | 1100100 | 0 | 11011 | 100011110 | 1100100 | 100101 |
Color Harmonies of #9000BB
Complementary color
Monochromatic Colors of #9000BB
Black with #9000BB
Text Example
Text Example
White with #9000BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9000BB; }
p { color: rgb(144,0,187); }
H1.HeaderClassName
{
color: #9000BB;
}
.AnyTagClassName
{
color: #9000BB;
}
</style>
background-color css
<style>
a { background-color: #9000BB; }
a { background-color: rgb(144,0,187); }
div.DivClassName
{
background-color: #9000BB;
}
.BgClassName
{
background-color: #9000BB;
}
</style>
border-color css
<style>
span { border-color: #9000BB; }
span { border-color: rgb(144,0,187); }
td.TdClassName
{
border-color: #9000BB;
}
.TagClassName
{
border-color: #9000BB;
}
</style>