Shades of Dark Violet #9F0DBD
Tints of Dark Violet #9F0DBD
RGB
CMYK
RGB Variations
Color information
#9F0DBD (or 0x9F0DBD) is known color: Dark Violet. HEX triplet: 9F, 0D and BD. RGB value is (159,13,189). Sum of RGB (Red+Green+Blue) = 159+13+189=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F0DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0DBD is #60F242. Grayscale: #4C4C4C. Windows color (decimal): -6353475 or 12389791. OLE color: 12389791.
HSL color Cylindrical-coordinate representation of color #9F0DBD: hue angle of 289.77º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0DBD is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 13 | 189 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.26 |
| HSL | 289.77º | 0.87% | 0.4% | - |
| HSV(B) | 289.77º | 0.93% | 0.74% | - |
| XYZ | 23.63 | 11.33 | 49.09 | - |
| YUV | 76.72 | 191.37 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 189 | 0.16 | 0.93 | 0 | 0.26 | 289.77 | 0.87 | 0.4 |
| Hex | 9F | D | BD | 10 | 5D | 0 | 1A | 122 | 57 | 28 |
| Octal | 237 | 15 | 275 | 20 | 135 | 0 | 32 | 442 | 127 | 50 |
| Binary | 10011111 | 1101 | 10111101 | 10000 | 1011101 | 0 | 11010 | 100100010 | 1010111 | 101000 |
Color Harmonies of #9F0DBD
Complementary color
Monochromatic Colors of #9F0DBD
Black with #9F0DBD
Text Example
Text Example
White with #9F0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0DBD; }
p { color: rgb(159,13,189); }
H1.HeaderClassName
{
color: #9F0DBD;
}
.AnyTagClassName
{
color: #9F0DBD;
}
</style>
background-color css
<style>
a { background-color: #9F0DBD; }
a { background-color: rgb(159,13,189); }
div.DivClassName
{
background-color: #9F0DBD;
}
.BgClassName
{
background-color: #9F0DBD;
}
</style>
border-color css
<style>
span { border-color: #9F0DBD; }
span { border-color: rgb(159,13,189); }
td.TdClassName
{
border-color: #9F0DBD;
}
.TagClassName
{
border-color: #9F0DBD;
}
</style>