Shades of Dark Violet #9F11CE
Tints of Dark Violet #9F11CE
RGB
CMYK
RGB Variations
Color information
#9F11CE (or 0x9F11CE) is known color: Dark Violet. HEX triplet: 9F, 11 and CE. RGB value is (159,17,206). Sum of RGB (Red+Green+Blue) = 159+17+206=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F11CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F11CE is #60EE31. Grayscale: #505050. Windows color (decimal): -6352434 or 13504927. OLE color: 13504927.
HSL color Cylindrical-coordinate representation of color #9F11CE: hue angle of 285.08º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F11CE is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 17 | 206 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.19 |
| HSL | 285.08º | 0.85% | 0.44% | - |
| HSV(B) | 285.08º | 0.92% | 0.81% | - |
| XYZ | 25.64 | 12.23 | 59.4 | - |
| YUV | 81 | 198.54 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 206 | 0.23 | 0.92 | 0 | 0.19 | 285.08 | 0.85 | 0.44 |
| Hex | 9F | 11 | CE | 17 | 5C | 0 | 13 | 11D | 55 | 2C |
| Octal | 237 | 21 | 316 | 27 | 134 | 0 | 23 | 435 | 125 | 54 |
| Binary | 10011111 | 10001 | 11001110 | 10111 | 1011100 | 0 | 10011 | 100011101 | 1010101 | 101100 |
Color Harmonies of #9F11CE
Complementary color
Monochromatic Colors of #9F11CE
Black with #9F11CE
Text Example
Text Example
White with #9F11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F11CE; }
p { color: rgb(159,17,206); }
H1.HeaderClassName
{
color: #9F11CE;
}
.AnyTagClassName
{
color: #9F11CE;
}
</style>
background-color css
<style>
a { background-color: #9F11CE; }
a { background-color: rgb(159,17,206); }
div.DivClassName
{
background-color: #9F11CE;
}
.BgClassName
{
background-color: #9F11CE;
}
</style>
border-color css
<style>
span { border-color: #9F11CE; }
span { border-color: rgb(159,17,206); }
td.TdClassName
{
border-color: #9F11CE;
}
.TagClassName
{
border-color: #9F11CE;
}
</style>