Shades of Dark Orchid #9F31DF
Tints of Dark Orchid #9F31DF
RGB
CMYK
RGB Variations
Color information
#9F31DF (or 0x9F31DF) is known color: Dark Orchid. HEX triplet: 9F, 31 and DF. RGB value is (159,49,223). Sum of RGB (Red+Green+Blue) = 159+49+223=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F31DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F31DF is #60CE20. Grayscale: #656565. Windows color (decimal): -6344225 or 14627231. OLE color: 14627231.
HSL color Cylindrical-coordinate representation of color #9F31DF: hue angle of 277.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F31DF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 49 | 223 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.13 |
| HSL | 277.93º | 0.73% | 0.53% | - |
| HSV(B) | 277.93º | 0.78% | 0.87% | - |
| XYZ | 28.72 | 14.9 | 71.17 | - |
| YUV | 101.73 | 196.44 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 223 | 0.29 | 0.78 | 0 | 0.13 | 277.93 | 0.73 | 0.53 |
| Hex | 9F | 31 | DF | 1D | 4E | 0 | D | 116 | 49 | 35 |
| Octal | 237 | 61 | 337 | 35 | 116 | 0 | 15 | 426 | 111 | 65 |
| Binary | 10011111 | 110001 | 11011111 | 11101 | 1001110 | 0 | 1101 | 100010110 | 1001001 | 110101 |
Color Harmonies of #9F31DF
Complementary color
Monochromatic Colors of #9F31DF
Black with #9F31DF
Text Example
Text Example
White with #9F31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31DF; }
p { color: rgb(159,49,223); }
H1.HeaderClassName
{
color: #9F31DF;
}
.AnyTagClassName
{
color: #9F31DF;
}
</style>
background-color css
<style>
a { background-color: #9F31DF; }
a { background-color: rgb(159,49,223); }
div.DivClassName
{
background-color: #9F31DF;
}
.BgClassName
{
background-color: #9F31DF;
}
</style>
border-color css
<style>
span { border-color: #9F31DF; }
span { border-color: rgb(159,49,223); }
td.TdClassName
{
border-color: #9F31DF;
}
.TagClassName
{
border-color: #9F31DF;
}
</style>