Shades of Dark Violet #9F0AD6
Tints of Dark Violet #9F0AD6
RGB
CMYK
RGB Variations
Color information
#9F0AD6 (or 0x9F0AD6) is known color: Dark Violet. HEX triplet: 9F, 0A and D6. RGB value is (159,10,214). Sum of RGB (Red+Green+Blue) = 159+10+214=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F0AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0AD6 is #60F529. Grayscale: #4D4D4D. Windows color (decimal): -6354218 or 14027423. OLE color: 14027423.
HSL color Cylindrical-coordinate representation of color #9F0AD6: hue angle of 283.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0AD6 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 10 | 214 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.16 |
| HSL | 283.82º | 0.91% | 0.44% | - |
| HSV(B) | 283.82º | 0.95% | 0.84% | - |
| XYZ | 26.54 | 12.44 | 64.62 | - |
| YUV | 77.81 | 204.86 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 214 | 0.26 | 0.95 | 0 | 0.16 | 283.82 | 0.91 | 0.44 |
| Hex | 9F | A | D6 | 1A | 5F | 0 | 10 | 11C | 5B | 2C |
| Octal | 237 | 12 | 326 | 32 | 137 | 0 | 20 | 434 | 133 | 54 |
| Binary | 10011111 | 1010 | 11010110 | 11010 | 1011111 | 0 | 10000 | 100011100 | 1011011 | 101100 |
Color Harmonies of #9F0AD6
Complementary color
Monochromatic Colors of #9F0AD6
Black with #9F0AD6
Text Example
Text Example
White with #9F0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0AD6; }
p { color: rgb(159,10,214); }
H1.HeaderClassName
{
color: #9F0AD6;
}
.AnyTagClassName
{
color: #9F0AD6;
}
</style>
background-color css
<style>
a { background-color: #9F0AD6; }
a { background-color: rgb(159,10,214); }
div.DivClassName
{
background-color: #9F0AD6;
}
.BgClassName
{
background-color: #9F0AD6;
}
</style>
border-color css
<style>
span { border-color: #9F0AD6; }
span { border-color: rgb(159,10,214); }
td.TdClassName
{
border-color: #9F0AD6;
}
.TagClassName
{
border-color: #9F0AD6;
}
</style>