Shades of Dark Violet #9F00BA
Tints of Dark Violet #9F00BA
RGB
CMYK
RGB Variations
Color information
#9F00BA (or 0x9F00BA) is known color: Dark Violet. HEX triplet: 9F, 00 and BA. RGB value is (159,0,186). Sum of RGB (Red+Green+Blue) = 159+0+186=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00BA is #60FF45. Grayscale: #444444. Windows color (decimal): -6356806 or 12189855. OLE color: 12189855.
HSL color Cylindrical-coordinate representation of color #9F00BA: hue angle of 291.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00BA is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 0 | 186 | - |
| CMYK | 0.15 | 1 | 0 | 0.27 |
| HSL | 291.29º | 1% | 0.36% | - |
| HSV(B) | 291.29º | 1% | 0.73% | - |
| XYZ | 23.16 | 10.92 | 47.34 | - |
| YUV | 68.75 | 194.18 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 186 | 0.15 | 1 | 0 | 0.27 | 291.29 | 1 | 0.36 |
| Hex | 9F | 0 | BA | F | 64 | 0 | 1B | 123 | 64 | 24 |
| Octal | 237 | 0 | 272 | 17 | 144 | 0 | 33 | 443 | 144 | 44 |
| Binary | 10011111 | 0 | 10111010 | 1111 | 1100100 | 0 | 11011 | 100100011 | 1100100 | 100100 |
Color Harmonies of #9F00BA
Complementary color
Monochromatic Colors of #9F00BA
Black with #9F00BA
Text Example
Text Example
White with #9F00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F00BA; }
p { color: rgb(159,0,186); }
H1.HeaderClassName
{
color: #9F00BA;
}
.AnyTagClassName
{
color: #9F00BA;
}
</style>
background-color css
<style>
a { background-color: #9F00BA; }
a { background-color: rgb(159,0,186); }
div.DivClassName
{
background-color: #9F00BA;
}
.BgClassName
{
background-color: #9F00BA;
}
</style>
border-color css
<style>
span { border-color: #9F00BA; }
span { border-color: rgb(159,0,186); }
td.TdClassName
{
border-color: #9F00BA;
}
.TagClassName
{
border-color: #9F00BA;
}
</style>