Shades of Dark Violet #9F08BA
Tints of Dark Violet #9F08BA
RGB
CMYK
RGB Variations
Color information
#9F08BA (or 0x9F08BA) is known color: Dark Violet. HEX triplet: 9F, 08 and BA. RGB value is (159,8,186). Sum of RGB (Red+Green+Blue) = 159+8+186=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F08BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F08BA is #60F745. Grayscale: #484848. Windows color (decimal): -6354758 or 12191903. OLE color: 12191903.
HSL color Cylindrical-coordinate representation of color #9F08BA: hue angle of 290.9º degrees, saturation: 0.92, 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 #9F08BA is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 8 | 186 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.27 |
| HSL | 290.9º | 0.92% | 0.38% | - |
| HSV(B) | 290.9º | 0.96% | 0.73% | - |
| XYZ | 23.25 | 11.09 | 47.37 | - |
| YUV | 73.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 186 | 0.15 | 0.96 | 0 | 0.27 | 290.9 | 0.92 | 0.38 |
| Hex | 9F | 8 | BA | F | 60 | 0 | 1B | 123 | 5C | 26 |
| Octal | 237 | 10 | 272 | 17 | 140 | 0 | 33 | 443 | 134 | 46 |
| Binary | 10011111 | 1000 | 10111010 | 1111 | 1100000 | 0 | 11011 | 100100011 | 1011100 | 100110 |
Color Harmonies of #9F08BA
Complementary color
Monochromatic Colors of #9F08BA
Black with #9F08BA
Text Example
Text Example
White with #9F08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F08BA; }
p { color: rgb(159,8,186); }
H1.HeaderClassName
{
color: #9F08BA;
}
.AnyTagClassName
{
color: #9F08BA;
}
</style>
background-color css
<style>
a { background-color: #9F08BA; }
a { background-color: rgb(159,8,186); }
div.DivClassName
{
background-color: #9F08BA;
}
.BgClassName
{
background-color: #9F08BA;
}
</style>
border-color css
<style>
span { border-color: #9F08BA; }
span { border-color: rgb(159,8,186); }
td.TdClassName
{
border-color: #9F08BA;
}
.TagClassName
{
border-color: #9F08BA;
}
</style>