Shades of Dark Violet #9F0CBA
Tints of Dark Violet #9F0CBA
RGB
CMYK
RGB Variations
Color information
#9F0CBA (or 0x9F0CBA) is known color: Dark Violet. HEX triplet: 9F, 0C and BA. RGB value is (159,12,186). Sum of RGB (Red+Green+Blue) = 159+12+186=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F0CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CBA is #60F345. Grayscale: #4B4B4B. Windows color (decimal): -6353734 or 12192927. OLE color: 12192927.
HSL color Cylindrical-coordinate representation of color #9F0CBA: hue angle of 290.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0CBA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 12 | 186 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.27 |
| HSL | 290.69º | 0.88% | 0.39% | - |
| HSV(B) | 290.69º | 0.94% | 0.73% | - |
| XYZ | 23.29 | 11.18 | 47.38 | - |
| YUV | 75.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 186 | 0.15 | 0.94 | 0 | 0.27 | 290.69 | 0.88 | 0.39 |
| Hex | 9F | C | BA | F | 5E | 0 | 1B | 123 | 58 | 27 |
| Octal | 237 | 14 | 272 | 17 | 136 | 0 | 33 | 443 | 130 | 47 |
| Binary | 10011111 | 1100 | 10111010 | 1111 | 1011110 | 0 | 11011 | 100100011 | 1011000 | 100111 |
Color Harmonies of #9F0CBA
Complementary color
Monochromatic Colors of #9F0CBA
Black with #9F0CBA
Text Example
Text Example
White with #9F0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CBA; }
p { color: rgb(159,12,186); }
H1.HeaderClassName
{
color: #9F0CBA;
}
.AnyTagClassName
{
color: #9F0CBA;
}
</style>
background-color css
<style>
a { background-color: #9F0CBA; }
a { background-color: rgb(159,12,186); }
div.DivClassName
{
background-color: #9F0CBA;
}
.BgClassName
{
background-color: #9F0CBA;
}
</style>
border-color css
<style>
span { border-color: #9F0CBA; }
span { border-color: rgb(159,12,186); }
td.TdClassName
{
border-color: #9F0CBA;
}
.TagClassName
{
border-color: #9F0CBA;
}
</style>