Shades of Dark Violet #9F07BA
Tints of Dark Violet #9F07BA
RGB
CMYK
RGB Variations
Color information
#9F07BA (or 0x9F07BA) is known color: Dark Violet. HEX triplet: 9F, 07 and BA. RGB value is (159,7,186). Sum of RGB (Red+Green+Blue) = 159+7+186=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F07BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F07BA is #60F845. Grayscale: #484848. Windows color (decimal): -6355014 or 12191647. OLE color: 12191647.
HSL color Cylindrical-coordinate representation of color #9F07BA: hue angle of 290.95º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F07BA is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 7 | 186 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.27 |
| HSL | 290.95º | 0.93% | 0.38% | - |
| HSV(B) | 290.95º | 0.96% | 0.73% | - |
| XYZ | 23.24 | 11.07 | 47.37 | - |
| YUV | 72.85 | 191.86 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 186 | 0.15 | 0.96 | 0 | 0.27 | 290.95 | 0.93 | 0.38 |
| Hex | 9F | 7 | BA | F | 60 | 0 | 1B | 123 | 5D | 26 |
| Octal | 237 | 7 | 272 | 17 | 140 | 0 | 33 | 443 | 135 | 46 |
| Binary | 10011111 | 111 | 10111010 | 1111 | 1100000 | 0 | 11011 | 100100011 | 1011101 | 100110 |
Color Harmonies of #9F07BA
Complementary color
Monochromatic Colors of #9F07BA
Black with #9F07BA
Text Example
Text Example
White with #9F07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F07BA; }
p { color: rgb(159,7,186); }
H1.HeaderClassName
{
color: #9F07BA;
}
.AnyTagClassName
{
color: #9F07BA;
}
</style>
background-color css
<style>
a { background-color: #9F07BA; }
a { background-color: rgb(159,7,186); }
div.DivClassName
{
background-color: #9F07BA;
}
.BgClassName
{
background-color: #9F07BA;
}
</style>
border-color css
<style>
span { border-color: #9F07BA; }
span { border-color: rgb(159,7,186); }
td.TdClassName
{
border-color: #9F07BA;
}
.TagClassName
{
border-color: #9F07BA;
}
</style>