Shades of Dark Violet #9901BB
Tints of Dark Violet #9901BB
RGB
CMYK
RGB Variations
Color information
#9901BB (or 0x9901BB) is known color: Dark Violet. HEX triplet: 99, 01 and BB. RGB value is (153,1,187). Sum of RGB (Red+Green+Blue) = 153+1+187=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #9901BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9901BB is #66FE44. Grayscale: #434343. Windows color (decimal): -6749765 or 12255641. OLE color: 12255641.
HSL color Cylindrical-coordinate representation of color #9901BB: hue angle of 289.03º 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 #9901BB is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 1 | 187 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.27 |
| HSL | 289.03º | 0.99% | 0.37% | - |
| HSV(B) | 289.03º | 0.99% | 0.73% | - |
| XYZ | 22.12 | 10.38 | 47.85 | - |
| YUV | 67.65 | 195.36 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 187 | 0.18 | 0.99 | 0 | 0.27 | 289.03 | 0.99 | 0.37 |
| Hex | 99 | 1 | BB | 12 | 63 | 0 | 1B | 121 | 63 | 25 |
| Octal | 231 | 1 | 273 | 22 | 143 | 0 | 33 | 441 | 143 | 45 |
| Binary | 10011001 | 1 | 10111011 | 10010 | 1100011 | 0 | 11011 | 100100001 | 1100011 | 100101 |
Color Harmonies of #9901BB
Complementary color
Monochromatic Colors of #9901BB
Black with #9901BB
Text Example
Text Example
White with #9901BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9901BB; }
p { color: rgb(153,1,187); }
H1.HeaderClassName
{
color: #9901BB;
}
.AnyTagClassName
{
color: #9901BB;
}
</style>
background-color css
<style>
a { background-color: #9901BB; }
a { background-color: rgb(153,1,187); }
div.DivClassName
{
background-color: #9901BB;
}
.BgClassName
{
background-color: #9901BB;
}
</style>
border-color css
<style>
span { border-color: #9901BB; }
span { border-color: rgb(153,1,187); }
td.TdClassName
{
border-color: #9901BB;
}
.TagClassName
{
border-color: #9901BB;
}
</style>