Shades of Dark Violet #9F0ABF
Tints of Dark Violet #9F0ABF
RGB
CMYK
RGB Variations
Color information
#9F0ABF (or 0x9F0ABF) is known color: Dark Violet. HEX triplet: 9F, 0A and BF. RGB value is (159,10,191). Sum of RGB (Red+Green+Blue) = 159+10+191=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F0ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0ABF is #60F540. Grayscale: #4A4A4A. Windows color (decimal): -6354241 or 12520095. OLE color: 12520095.
HSL color Cylindrical-coordinate representation of color #9F0ABF: hue angle of 289.39º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0ABF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 10 | 191 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.25 |
| HSL | 289.39º | 0.9% | 0.39% | - |
| HSV(B) | 289.39º | 0.95% | 0.75% | - |
| XYZ | 23.81 | 11.35 | 50.23 | - |
| YUV | 75.19 | 193.36 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 191 | 0.17 | 0.95 | 0 | 0.25 | 289.39 | 0.9 | 0.39 |
| Hex | 9F | A | BF | 11 | 5F | 0 | 19 | 121 | 5A | 27 |
| Octal | 237 | 12 | 277 | 21 | 137 | 0 | 31 | 441 | 132 | 47 |
| Binary | 10011111 | 1010 | 10111111 | 10001 | 1011111 | 0 | 11001 | 100100001 | 1011010 | 100111 |
Color Harmonies of #9F0ABF
Complementary color
Monochromatic Colors of #9F0ABF
Black with #9F0ABF
Text Example
Text Example
White with #9F0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0ABF; }
p { color: rgb(159,10,191); }
H1.HeaderClassName
{
color: #9F0ABF;
}
.AnyTagClassName
{
color: #9F0ABF;
}
</style>
background-color css
<style>
a { background-color: #9F0ABF; }
a { background-color: rgb(159,10,191); }
div.DivClassName
{
background-color: #9F0ABF;
}
.BgClassName
{
background-color: #9F0ABF;
}
</style>
border-color css
<style>
span { border-color: #9F0ABF; }
span { border-color: rgb(159,10,191); }
td.TdClassName
{
border-color: #9F0ABF;
}
.TagClassName
{
border-color: #9F0ABF;
}
</style>