Shades of Dark Violet #9909B9
Tints of Dark Violet #9909B9
RGB
CMYK
RGB Variations
Color information
#9909B9 (or 0x9909B9) is known color: Dark Violet. HEX triplet: 99, 09 and B9. RGB value is (153,9,185). Sum of RGB (Red+Green+Blue) = 153+9+185=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #9909B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909B9 is #66F646. Grayscale: #474747. Windows color (decimal): -6747719 or 12126617. OLE color: 12126617.
HSL color Cylindrical-coordinate representation of color #9909B9: hue angle of 289.09º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9909B9 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 9 | 185 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.27 |
| HSL | 289.09º | 0.91% | 0.38% | - |
| HSV(B) | 289.09º | 0.95% | 0.73% | - |
| XYZ | 21.99 | 10.47 | 46.76 | - |
| YUV | 72.12 | 191.71 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 185 | 0.17 | 0.95 | 0 | 0.27 | 289.09 | 0.91 | 0.38 |
| Hex | 99 | 9 | B9 | 11 | 5F | 0 | 1B | 121 | 5B | 26 |
| Octal | 231 | 11 | 271 | 21 | 137 | 0 | 33 | 441 | 133 | 46 |
| Binary | 10011001 | 1001 | 10111001 | 10001 | 1011111 | 0 | 11011 | 100100001 | 1011011 | 100110 |
Color Harmonies of #9909B9
Complementary color
Monochromatic Colors of #9909B9
Black with #9909B9
Text Example
Text Example
White with #9909B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9909B9; }
p { color: rgb(153,9,185); }
H1.HeaderClassName
{
color: #9909B9;
}
.AnyTagClassName
{
color: #9909B9;
}
</style>
background-color css
<style>
a { background-color: #9909B9; }
a { background-color: rgb(153,9,185); }
div.DivClassName
{
background-color: #9909B9;
}
.BgClassName
{
background-color: #9909B9;
}
</style>
border-color css
<style>
span { border-color: #9909B9; }
span { border-color: rgb(153,9,185); }
td.TdClassName
{
border-color: #9909B9;
}
.TagClassName
{
border-color: #9909B9;
}
</style>