Shades of Dark Violet #9F01BA
Tints of Dark Violet #9F01BA
RGB
CMYK
RGB Variations
Color information
#9F01BA (or 0x9F01BA) is known color: Dark Violet. HEX triplet: 9F, 01 and BA. RGB value is (159,1,186). Sum of RGB (Red+Green+Blue) = 159+1+186=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01BA is #60FE45. Grayscale: #444444. Windows color (decimal): -6356550 or 12190111. OLE color: 12190111.
HSL color Cylindrical-coordinate representation of color #9F01BA: hue angle of 291.24º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F01BA is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 1 | 186 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.27 |
| HSL | 291.24º | 0.99% | 0.37% | - |
| HSV(B) | 291.24º | 0.99% | 0.73% | - |
| XYZ | 23.17 | 10.94 | 47.34 | - |
| YUV | 69.33 | 193.85 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 186 | 0.15 | 0.99 | 0 | 0.27 | 291.24 | 0.99 | 0.37 |
| Hex | 9F | 1 | BA | F | 63 | 0 | 1B | 123 | 63 | 25 |
| Octal | 237 | 1 | 272 | 17 | 143 | 0 | 33 | 443 | 143 | 45 |
| Binary | 10011111 | 1 | 10111010 | 1111 | 1100011 | 0 | 11011 | 100100011 | 1100011 | 100101 |
Color Harmonies of #9F01BA
Complementary color
Monochromatic Colors of #9F01BA
Black with #9F01BA
Text Example
Text Example
White with #9F01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F01BA; }
p { color: rgb(159,1,186); }
H1.HeaderClassName
{
color: #9F01BA;
}
.AnyTagClassName
{
color: #9F01BA;
}
</style>
background-color css
<style>
a { background-color: #9F01BA; }
a { background-color: rgb(159,1,186); }
div.DivClassName
{
background-color: #9F01BA;
}
.BgClassName
{
background-color: #9F01BA;
}
</style>
border-color css
<style>
span { border-color: #9F01BA; }
span { border-color: rgb(159,1,186); }
td.TdClassName
{
border-color: #9F01BA;
}
.TagClassName
{
border-color: #9F01BA;
}
</style>