Shades of Dark Violet #9900BC
Tints of Dark Violet #9900BC
RGB
CMYK
RGB Variations
Color information
#9900BC (or 0x9900BC) is known color: Dark Violet. HEX triplet: 99, 00 and BC. RGB value is (153,0,188). Sum of RGB (Red+Green+Blue) = 153+0+188=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #9900BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9900BC is #66FF43. Grayscale: #424242. Windows color (decimal): -6750020 or 12320921. OLE color: 12320921.
HSL color Cylindrical-coordinate representation of color #9900BC: hue angle of 288.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900BC is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 0 | 188 | - |
| CMYK | 0.19 | 1 | 0 | 0.26 |
| HSL | 288.83º | 1% | 0.37% | - |
| HSV(B) | 288.83º | 1% | 0.74% | - |
| XYZ | 22.21 | 10.4 | 48.41 | - |
| YUV | 67.18 | 196.19 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 188 | 0.19 | 1 | 0 | 0.26 | 288.83 | 1 | 0.37 |
| Hex | 99 | 0 | BC | 13 | 64 | 0 | 1A | 121 | 64 | 25 |
| Octal | 231 | 0 | 274 | 23 | 144 | 0 | 32 | 441 | 144 | 45 |
| Binary | 10011001 | 0 | 10111100 | 10011 | 1100100 | 0 | 11010 | 100100001 | 1100100 | 100101 |
Color Harmonies of #9900BC
Complementary color
Monochromatic Colors of #9900BC
Black with #9900BC
Text Example
Text Example
White with #9900BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900BC; }
p { color: rgb(153,0,188); }
H1.HeaderClassName
{
color: #9900BC;
}
.AnyTagClassName
{
color: #9900BC;
}
</style>
background-color css
<style>
a { background-color: #9900BC; }
a { background-color: rgb(153,0,188); }
div.DivClassName
{
background-color: #9900BC;
}
.BgClassName
{
background-color: #9900BC;
}
</style>
border-color css
<style>
span { border-color: #9900BC; }
span { border-color: rgb(153,0,188); }
td.TdClassName
{
border-color: #9900BC;
}
.TagClassName
{
border-color: #9900BC;
}
</style>