Shades of Dark Violet #9F19D7
Tints of Dark Violet #9F19D7
RGB
CMYK
RGB Variations
Color information
#9F19D7 (or 0x9F19D7) is known color: Dark Violet. HEX triplet: 9F, 19 and D7. RGB value is (159,25,215). Sum of RGB (Red+Green+Blue) = 159+25+215=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #9F19D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19D7 is #60E628. Grayscale: #565656. Windows color (decimal): -6350377 or 14096799. OLE color: 14096799.
HSL color Cylindrical-coordinate representation of color #9F19D7: hue angle of 282.32º 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 #9F19D7 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 25 | 215 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.16 |
| HSL | 282.32º | 0.79% | 0.47% | - |
| HSV(B) | 282.32º | 0.88% | 0.84% | - |
| XYZ | 26.91 | 12.97 | 65.38 | - |
| YUV | 86.73 | 200.39 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 215 | 0.26 | 0.88 | 0 | 0.16 | 282.32 | 0.79 | 0.47 |
| Hex | 9F | 19 | D7 | 1A | 58 | 0 | 10 | 11A | 4F | 2F |
| Octal | 237 | 31 | 327 | 32 | 130 | 0 | 20 | 432 | 117 | 57 |
| Binary | 10011111 | 11001 | 11010111 | 11010 | 1011000 | 0 | 10000 | 100011010 | 1001111 | 101111 |
Color Harmonies of #9F19D7
Complementary color
Monochromatic Colors of #9F19D7
Black with #9F19D7
Text Example
Text Example
White with #9F19D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F19D7; }
p { color: rgb(159,25,215); }
H1.HeaderClassName
{
color: #9F19D7;
}
.AnyTagClassName
{
color: #9F19D7;
}
</style>
background-color css
<style>
a { background-color: #9F19D7; }
a { background-color: rgb(159,25,215); }
div.DivClassName
{
background-color: #9F19D7;
}
.BgClassName
{
background-color: #9F19D7;
}
</style>
border-color css
<style>
span { border-color: #9F19D7; }
span { border-color: rgb(159,25,215); }
td.TdClassName
{
border-color: #9F19D7;
}
.TagClassName
{
border-color: #9F19D7;
}
</style>