Shades of Dark Violet #9911BC
Tints of Dark Violet #9911BC
RGB
CMYK
RGB Variations
Color information
#9911BC (or 0x9911BC) is known color: Dark Violet. HEX triplet: 99, 11 and BC. RGB value is (153,17,188). Sum of RGB (Red+Green+Blue) = 153+17+188=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #9911BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9911BC is #66EE43. Grayscale: #4C4C4C. Windows color (decimal): -6745668 or 12325273. OLE color: 12325273.
HSL color Cylindrical-coordinate representation of color #9911BC: hue angle of 287.72º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9911BC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 17 | 188 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.26 |
| HSL | 287.72º | 0.83% | 0.4% | - |
| HSV(B) | 287.72º | 0.91% | 0.74% | - |
| XYZ | 22.41 | 10.8 | 48.48 | - |
| YUV | 77.16 | 190.56 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 188 | 0.19 | 0.91 | 0 | 0.26 | 287.72 | 0.83 | 0.4 |
| Hex | 99 | 11 | BC | 13 | 5B | 0 | 1A | 120 | 53 | 28 |
| Octal | 231 | 21 | 274 | 23 | 133 | 0 | 32 | 440 | 123 | 50 |
| Binary | 10011001 | 10001 | 10111100 | 10011 | 1011011 | 0 | 11010 | 100100000 | 1010011 | 101000 |
Color Harmonies of #9911BC
Complementary color
Monochromatic Colors of #9911BC
Black with #9911BC
Text Example
Text Example
White with #9911BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9911BC; }
p { color: rgb(153,17,188); }
H1.HeaderClassName
{
color: #9911BC;
}
.AnyTagClassName
{
color: #9911BC;
}
</style>
background-color css
<style>
a { background-color: #9911BC; }
a { background-color: rgb(153,17,188); }
div.DivClassName
{
background-color: #9911BC;
}
.BgClassName
{
background-color: #9911BC;
}
</style>
border-color css
<style>
span { border-color: #9911BC; }
span { border-color: rgb(153,17,188); }
td.TdClassName
{
border-color: #9911BC;
}
.TagClassName
{
border-color: #9911BC;
}
</style>