Shades of Dark Violet #9909BA
Tints of Dark Violet #9909BA
RGB
CMYK
RGB Variations
Color information
#9909BA (or 0x9909BA) is known color: Dark Violet. HEX triplet: 99, 09 and BA. RGB value is (153,9,186). Sum of RGB (Red+Green+Blue) = 153+9+186=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #9909BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909BA is #66F645. Grayscale: #474747. Windows color (decimal): -6747718 or 12192153. OLE color: 12192153.
HSL color Cylindrical-coordinate representation of color #9909BA: hue angle of 288.81º 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 #9909BA is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 9 | 186 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.27 |
| HSL | 288.81º | 0.91% | 0.38% | - |
| HSV(B) | 288.81º | 0.95% | 0.73% | - |
| XYZ | 22.1 | 10.51 | 47.32 | - |
| YUV | 72.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 186 | 0.18 | 0.95 | 0 | 0.27 | 288.81 | 0.91 | 0.38 |
| Hex | 99 | 9 | BA | 12 | 5F | 0 | 1B | 121 | 5B | 26 |
| Octal | 231 | 11 | 272 | 22 | 137 | 0 | 33 | 441 | 133 | 46 |
| Binary | 10011001 | 1001 | 10111010 | 10010 | 1011111 | 0 | 11011 | 100100001 | 1011011 | 100110 |
Color Harmonies of #9909BA
Complementary color
Monochromatic Colors of #9909BA
Black with #9909BA
Text Example
Text Example
White with #9909BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9909BA; }
p { color: rgb(153,9,186); }
H1.HeaderClassName
{
color: #9909BA;
}
.AnyTagClassName
{
color: #9909BA;
}
</style>
background-color css
<style>
a { background-color: #9909BA; }
a { background-color: rgb(153,9,186); }
div.DivClassName
{
background-color: #9909BA;
}
.BgClassName
{
background-color: #9909BA;
}
</style>
border-color css
<style>
span { border-color: #9909BA; }
span { border-color: rgb(153,9,186); }
td.TdClassName
{
border-color: #9909BA;
}
.TagClassName
{
border-color: #9909BA;
}
</style>