Shades of Dark Violet #9F10CE
Tints of Dark Violet #9F10CE
RGB
CMYK
RGB Variations
Color information
#9F10CE (or 0x9F10CE) is known color: Dark Violet. HEX triplet: 9F, 10 and CE. RGB value is (159,16,206). Sum of RGB (Red+Green+Blue) = 159+16+206=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10CE is #60EF31. Grayscale: #4F4F4F. Windows color (decimal): -6352690 or 13504671. OLE color: 13504671.
HSL color Cylindrical-coordinate representation of color #9F10CE: hue angle of 285.16º degrees, saturation: 0.86, 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 #9F10CE is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 16 | 206 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.19 |
| HSL | 285.16º | 0.86% | 0.44% | - |
| HSV(B) | 285.16º | 0.92% | 0.81% | - |
| XYZ | 25.62 | 12.2 | 59.4 | - |
| YUV | 80.42 | 198.88 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 206 | 0.23 | 0.92 | 0 | 0.19 | 285.16 | 0.86 | 0.44 |
| Hex | 9F | 10 | CE | 17 | 5C | 0 | 13 | 11D | 56 | 2C |
| Octal | 237 | 20 | 316 | 27 | 134 | 0 | 23 | 435 | 126 | 54 |
| Binary | 10011111 | 10000 | 11001110 | 10111 | 1011100 | 0 | 10011 | 100011101 | 1010110 | 101100 |
Color Harmonies of #9F10CE
Complementary color
Monochromatic Colors of #9F10CE
Black with #9F10CE
Text Example
Text Example
White with #9F10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F10CE; }
p { color: rgb(159,16,206); }
H1.HeaderClassName
{
color: #9F10CE;
}
.AnyTagClassName
{
color: #9F10CE;
}
</style>
background-color css
<style>
a { background-color: #9F10CE; }
a { background-color: rgb(159,16,206); }
div.DivClassName
{
background-color: #9F10CE;
}
.BgClassName
{
background-color: #9F10CE;
}
</style>
border-color css
<style>
span { border-color: #9F10CE; }
span { border-color: rgb(159,16,206); }
td.TdClassName
{
border-color: #9F10CE;
}
.TagClassName
{
border-color: #9F10CE;
}
</style>