Shades of Dark Violet #9F06BA
Tints of Dark Violet #9F06BA
RGB
CMYK
RGB Variations
Color information
#9F06BA (or 0x9F06BA) is known color: Dark Violet. HEX triplet: 9F, 06 and BA. RGB value is (159,6,186). Sum of RGB (Red+Green+Blue) = 159+6+186=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F06BA is #60F945. Grayscale: #474747. Windows color (decimal): -6355270 or 12191391. OLE color: 12191391.
HSL color Cylindrical-coordinate representation of color #9F06BA: hue angle of 291º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F06BA is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 6 | 186 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.27 |
| HSL | 291º | 0.94% | 0.38% | - |
| HSV(B) | 291º | 0.97% | 0.73% | - |
| XYZ | 23.23 | 11.05 | 47.36 | - |
| YUV | 72.27 | 192.19 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 186 | 0.15 | 0.97 | 0 | 0.27 | 291 | 0.94 | 0.38 |
| Hex | 9F | 6 | BA | F | 61 | 0 | 1B | 123 | 5E | 26 |
| Octal | 237 | 6 | 272 | 17 | 141 | 0 | 33 | 443 | 136 | 46 |
| Binary | 10011111 | 110 | 10111010 | 1111 | 1100001 | 0 | 11011 | 100100011 | 1011110 | 100110 |
Color Harmonies of #9F06BA
Complementary color
Monochromatic Colors of #9F06BA
Black with #9F06BA
Text Example
Text Example
White with #9F06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F06BA; }
p { color: rgb(159,6,186); }
H1.HeaderClassName
{
color: #9F06BA;
}
.AnyTagClassName
{
color: #9F06BA;
}
</style>
background-color css
<style>
a { background-color: #9F06BA; }
a { background-color: rgb(159,6,186); }
div.DivClassName
{
background-color: #9F06BA;
}
.BgClassName
{
background-color: #9F06BA;
}
</style>
border-color css
<style>
span { border-color: #9F06BA; }
span { border-color: rgb(159,6,186); }
td.TdClassName
{
border-color: #9F06BA;
}
.TagClassName
{
border-color: #9F06BA;
}
</style>