Shades of Dark Violet #9F19D6
Tints of Dark Violet #9F19D6
RGB
CMYK
RGB Variations
Color information
#9F19D6 (or 0x9F19D6) is known color: Dark Violet. HEX triplet: 9F, 19 and D6. RGB value is (159,25,214). Sum of RGB (Red+Green+Blue) = 159+25+214=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F19D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19D6 is #60E629. Grayscale: #555555. Windows color (decimal): -6350378 or 14031263. OLE color: 14031263.
HSL color Cylindrical-coordinate representation of color #9F19D6: hue angle of 282.54º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F19D6 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 25 | 214 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.16 |
| HSL | 282.54º | 0.79% | 0.47% | - |
| HSV(B) | 282.54º | 0.88% | 0.84% | - |
| XYZ | 26.78 | 12.92 | 64.7 | - |
| YUV | 86.61 | 199.89 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 214 | 0.26 | 0.88 | 0 | 0.16 | 282.54 | 0.79 | 0.47 |
| Hex | 9F | 19 | D6 | 1A | 58 | 0 | 10 | 11B | 4F | 2F |
| Octal | 237 | 31 | 326 | 32 | 130 | 0 | 20 | 433 | 117 | 57 |
| Binary | 10011111 | 11001 | 11010110 | 11010 | 1011000 | 0 | 10000 | 100011011 | 1001111 | 101111 |
Color Harmonies of #9F19D6
Complementary color
Monochromatic Colors of #9F19D6
Black with #9F19D6
Text Example
Text Example
White with #9F19D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F19D6; }
p { color: rgb(159,25,214); }
H1.HeaderClassName
{
color: #9F19D6;
}
.AnyTagClassName
{
color: #9F19D6;
}
</style>
background-color css
<style>
a { background-color: #9F19D6; }
a { background-color: rgb(159,25,214); }
div.DivClassName
{
background-color: #9F19D6;
}
.BgClassName
{
background-color: #9F19D6;
}
</style>
border-color css
<style>
span { border-color: #9F19D6; }
span { border-color: rgb(159,25,214); }
td.TdClassName
{
border-color: #9F19D6;
}
.TagClassName
{
border-color: #9F19D6;
}
</style>