Shades of Dark Violet #9F10D3
Tints of Dark Violet #9F10D3
RGB
CMYK
RGB Variations
Color information
#9F10D3 (or 0x9F10D3) is known color: Dark Violet. HEX triplet: 9F, 10 and D3. RGB value is (159,16,211). Sum of RGB (Red+Green+Blue) = 159+16+211=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #9F10D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10D3 is #60EF2C. Grayscale: #505050. Windows color (decimal): -6352685 or 13832351. OLE color: 13832351.
HSL color Cylindrical-coordinate representation of color #9F10D3: hue angle of 284º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F10D3 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 16 | 211 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.17 |
| HSL | 284º | 0.86% | 0.45% | - |
| HSV(B) | 284º | 0.92% | 0.83% | - |
| XYZ | 26.24 | 12.44 | 62.65 | - |
| YUV | 80.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 211 | 0.25 | 0.92 | 0 | 0.17 | 284 | 0.86 | 0.45 |
| Hex | 9F | 10 | D3 | 19 | 5C | 0 | 11 | 11C | 56 | 2D |
| Octal | 237 | 20 | 323 | 31 | 134 | 0 | 21 | 434 | 126 | 55 |
| Binary | 10011111 | 10000 | 11010011 | 11001 | 1011100 | 0 | 10001 | 100011100 | 1010110 | 101101 |
Color Harmonies of #9F10D3
Complementary color
Monochromatic Colors of #9F10D3
Black with #9F10D3
Text Example
Text Example
White with #9F10D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F10D3; }
p { color: rgb(159,16,211); }
H1.HeaderClassName
{
color: #9F10D3;
}
.AnyTagClassName
{
color: #9F10D3;
}
</style>
background-color css
<style>
a { background-color: #9F10D3; }
a { background-color: rgb(159,16,211); }
div.DivClassName
{
background-color: #9F10D3;
}
.BgClassName
{
background-color: #9F10D3;
}
</style>
border-color css
<style>
span { border-color: #9F10D3; }
span { border-color: rgb(159,16,211); }
td.TdClassName
{
border-color: #9F10D3;
}
.TagClassName
{
border-color: #9F10D3;
}
</style>