Shades of Dark Violet #9910BC
Tints of Dark Violet #9910BC
RGB
CMYK
RGB Variations
Color information
#9910BC (or 0x9910BC) is known color: Dark Violet. HEX triplet: 99, 10 and BC. RGB value is (153,16,188). Sum of RGB (Red+Green+Blue) = 153+16+188=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #9910BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9910BC is #66EF43. Grayscale: #4C4C4C. Windows color (decimal): -6745924 or 12325017. OLE color: 12325017.
HSL color Cylindrical-coordinate representation of color #9910BC: hue angle of 287.79º degrees, saturation: 0.84, 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 #9910BC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 16 | 188 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.26 |
| HSL | 287.79º | 0.84% | 0.4% | - |
| HSV(B) | 287.79º | 0.91% | 0.74% | - |
| XYZ | 22.4 | 10.77 | 48.48 | - |
| YUV | 76.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 188 | 0.19 | 0.91 | 0 | 0.26 | 287.79 | 0.84 | 0.4 |
| Hex | 99 | 10 | BC | 13 | 5B | 0 | 1A | 120 | 54 | 28 |
| Octal | 231 | 20 | 274 | 23 | 133 | 0 | 32 | 440 | 124 | 50 |
| Binary | 10011001 | 10000 | 10111100 | 10011 | 1011011 | 0 | 11010 | 100100000 | 1010100 | 101000 |
Color Harmonies of #9910BC
Complementary color
Monochromatic Colors of #9910BC
Black with #9910BC
Text Example
Text Example
White with #9910BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9910BC; }
p { color: rgb(153,16,188); }
H1.HeaderClassName
{
color: #9910BC;
}
.AnyTagClassName
{
color: #9910BC;
}
</style>
background-color css
<style>
a { background-color: #9910BC; }
a { background-color: rgb(153,16,188); }
div.DivClassName
{
background-color: #9910BC;
}
.BgClassName
{
background-color: #9910BC;
}
</style>
border-color css
<style>
span { border-color: #9910BC; }
span { border-color: rgb(153,16,188); }
td.TdClassName
{
border-color: #9910BC;
}
.TagClassName
{
border-color: #9910BC;
}
</style>