Shades of Dark Violet #9F11CC
Tints of Dark Violet #9F11CC
RGB
CMYK
RGB Variations
Color information
#9F11CC (or 0x9F11CC) is known color: Dark Violet. HEX triplet: 9F, 11 and CC. RGB value is (159,17,204). Sum of RGB (Red+Green+Blue) = 159+17+204=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F11CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F11CC is #60EE33. Grayscale: #505050. Windows color (decimal): -6352436 or 13373855. OLE color: 13373855.
HSL color Cylindrical-coordinate representation of color #9F11CC: hue angle of 285.56º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F11CC is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 17 | 204 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.2 |
| HSL | 285.56º | 0.85% | 0.43% | - |
| HSV(B) | 285.56º | 0.92% | 0.8% | - |
| XYZ | 25.4 | 12.13 | 58.13 | - |
| YUV | 80.78 | 197.54 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 204 | 0.22 | 0.92 | 0 | 0.2 | 285.56 | 0.85 | 0.43 |
| Hex | 9F | 11 | CC | 16 | 5C | 0 | 14 | 11E | 55 | 2B |
| Octal | 237 | 21 | 314 | 26 | 134 | 0 | 24 | 436 | 125 | 53 |
| Binary | 10011111 | 10001 | 11001100 | 10110 | 1011100 | 0 | 10100 | 100011110 | 1010101 | 101011 |
Color Harmonies of #9F11CC
Complementary color
Monochromatic Colors of #9F11CC
Black with #9F11CC
Text Example
Text Example
White with #9F11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F11CC; }
p { color: rgb(159,17,204); }
H1.HeaderClassName
{
color: #9F11CC;
}
.AnyTagClassName
{
color: #9F11CC;
}
</style>
background-color css
<style>
a { background-color: #9F11CC; }
a { background-color: rgb(159,17,204); }
div.DivClassName
{
background-color: #9F11CC;
}
.BgClassName
{
background-color: #9F11CC;
}
</style>
border-color css
<style>
span { border-color: #9F11CC; }
span { border-color: rgb(159,17,204); }
td.TdClassName
{
border-color: #9F11CC;
}
.TagClassName
{
border-color: #9F11CC;
}
</style>