Shades of Dark Violet #9F0CDF
Tints of Dark Violet #9F0CDF
RGB
CMYK
RGB Variations
Color information
#9F0CDF (or 0x9F0CDF) is known color: Dark Violet. HEX triplet: 9F, 0C and DF. RGB value is (159,12,223). Sum of RGB (Red+Green+Blue) = 159+12+223=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F0CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CDF is #60F320. Grayscale: #4F4F4F. Windows color (decimal): -6353697 or 14617759. OLE color: 14617759.
HSL color Cylindrical-coordinate representation of color #9F0CDF: hue angle of 281.8º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0CDF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 12 | 223 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.13 |
| HSL | 281.8º | 0.9% | 0.46% | - |
| HSV(B) | 281.8º | 0.95% | 0.87% | - |
| XYZ | 27.75 | 12.96 | 70.85 | - |
| YUV | 80.01 | 208.7 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 223 | 0.29 | 0.95 | 0 | 0.13 | 281.8 | 0.9 | 0.46 |
| Hex | 9F | C | DF | 1D | 5F | 0 | D | 11A | 5A | 2E |
| Octal | 237 | 14 | 337 | 35 | 137 | 0 | 15 | 432 | 132 | 56 |
| Binary | 10011111 | 1100 | 11011111 | 11101 | 1011111 | 0 | 1101 | 100011010 | 1011010 | 101110 |
Color Harmonies of #9F0CDF
Complementary color
Monochromatic Colors of #9F0CDF
Black with #9F0CDF
Text Example
Text Example
White with #9F0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CDF; }
p { color: rgb(159,12,223); }
H1.HeaderClassName
{
color: #9F0CDF;
}
.AnyTagClassName
{
color: #9F0CDF;
}
</style>
background-color css
<style>
a { background-color: #9F0CDF; }
a { background-color: rgb(159,12,223); }
div.DivClassName
{
background-color: #9F0CDF;
}
.BgClassName
{
background-color: #9F0CDF;
}
</style>
border-color css
<style>
span { border-color: #9F0CDF; }
span { border-color: rgb(159,12,223); }
td.TdClassName
{
border-color: #9F0CDF;
}
.TagClassName
{
border-color: #9F0CDF;
}
</style>