Shades of Dark Violet #9F0CDC
Tints of Dark Violet #9F0CDC
RGB
CMYK
RGB Variations
Color information
#9F0CDC (or 0x9F0CDC) is known color: Dark Violet. HEX triplet: 9F, 0C and DC. RGB value is (159,12,220). Sum of RGB (Red+Green+Blue) = 159+12+220=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F0CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CDC is #60F323. Grayscale: #4E4E4E. Windows color (decimal): -6353700 or 14421151. OLE color: 14421151.
HSL color Cylindrical-coordinate representation of color #9F0CDC: hue angle of 282.4º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0CDC is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 12 | 220 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.14 |
| HSL | 282.4º | 0.9% | 0.45% | - |
| HSV(B) | 282.4º | 0.95% | 0.86% | - |
| XYZ | 27.35 | 12.8 | 68.74 | - |
| YUV | 79.67 | 207.2 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 220 | 0.28 | 0.95 | 0 | 0.14 | 282.4 | 0.9 | 0.45 |
| Hex | 9F | C | DC | 1C | 5F | 0 | E | 11A | 5A | 2D |
| Octal | 237 | 14 | 334 | 34 | 137 | 0 | 16 | 432 | 132 | 55 |
| Binary | 10011111 | 1100 | 11011100 | 11100 | 1011111 | 0 | 1110 | 100011010 | 1011010 | 101101 |
Color Harmonies of #9F0CDC
Complementary color
Monochromatic Colors of #9F0CDC
Black with #9F0CDC
Text Example
Text Example
White with #9F0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CDC; }
p { color: rgb(159,12,220); }
H1.HeaderClassName
{
color: #9F0CDC;
}
.AnyTagClassName
{
color: #9F0CDC;
}
</style>
background-color css
<style>
a { background-color: #9F0CDC; }
a { background-color: rgb(159,12,220); }
div.DivClassName
{
background-color: #9F0CDC;
}
.BgClassName
{
background-color: #9F0CDC;
}
</style>
border-color css
<style>
span { border-color: #9F0CDC; }
span { border-color: rgb(159,12,220); }
td.TdClassName
{
border-color: #9F0CDC;
}
.TagClassName
{
border-color: #9F0CDC;
}
</style>