Shades of Dark Violet #9001BB
Tints of Dark Violet #9001BB
RGB
CMYK
RGB Variations
Color information
#9001BB (or 0x9001BB) is known color: Dark Violet. HEX triplet: 90, 01 and BB. RGB value is (144,1,187). Sum of RGB (Red+Green+Blue) = 144+1+187=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #9001BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9001BB is #6FFE44. Grayscale: #404040. Windows color (decimal): -7339589 or 12255632. OLE color: 12255632.
HSL color Cylindrical-coordinate representation of color #9001BB: hue angle of 286.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9001BB is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 1 | 187 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.27 |
| HSL | 286.13º | 0.99% | 0.37% | - |
| HSV(B) | 286.13º | 0.99% | 0.73% | - |
| XYZ | 20.48 | 9.54 | 47.78 | - |
| YUV | 64.96 | 196.88 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 187 | 0.23 | 0.99 | 0 | 0.27 | 286.13 | 0.99 | 0.37 |
| Hex | 90 | 1 | BB | 17 | 63 | 0 | 1B | 11E | 63 | 25 |
| Octal | 220 | 1 | 273 | 27 | 143 | 0 | 33 | 436 | 143 | 45 |
| Binary | 10010000 | 1 | 10111011 | 10111 | 1100011 | 0 | 11011 | 100011110 | 1100011 | 100101 |
Color Harmonies of #9001BB
Complementary color
Monochromatic Colors of #9001BB
Black with #9001BB
Text Example
Text Example
White with #9001BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001BB; }
p { color: rgb(144,1,187); }
H1.HeaderClassName
{
color: #9001BB;
}
.AnyTagClassName
{
color: #9001BB;
}
</style>
background-color css
<style>
a { background-color: #9001BB; }
a { background-color: rgb(144,1,187); }
div.DivClassName
{
background-color: #9001BB;
}
.BgClassName
{
background-color: #9001BB;
}
</style>
border-color css
<style>
span { border-color: #9001BB; }
span { border-color: rgb(144,1,187); }
td.TdClassName
{
border-color: #9001BB;
}
.TagClassName
{
border-color: #9001BB;
}
</style>