Shades of Dark Orchid #9F24DF
Tints of Dark Orchid #9F24DF
RGB
CMYK
RGB Variations
Color information
#9F24DF (or 0x9F24DF) is known color: Dark Orchid. HEX triplet: 9F, 24 and DF. RGB value is (159,36,223). Sum of RGB (Red+Green+Blue) = 159+36+223=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F24DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F24DF is #60DB20. Grayscale: #5D5D5D. Windows color (decimal): -6347553 or 14623903. OLE color: 14623903.
HSL color Cylindrical-coordinate representation of color #9F24DF: hue angle of 279.47º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F24DF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 36 | 223 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.13 |
| HSL | 279.47º | 0.75% | 0.51% | - |
| HSV(B) | 279.47º | 0.84% | 0.87% | - |
| XYZ | 28.25 | 13.96 | 71.02 | - |
| YUV | 94.1 | 200.75 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 223 | 0.29 | 0.84 | 0 | 0.13 | 279.47 | 0.75 | 0.51 |
| Hex | 9F | 24 | DF | 1D | 54 | 0 | D | 117 | 4B | 33 |
| Octal | 237 | 44 | 337 | 35 | 124 | 0 | 15 | 427 | 113 | 63 |
| Binary | 10011111 | 100100 | 11011111 | 11101 | 1010100 | 0 | 1101 | 100010111 | 1001011 | 110011 |
Color Harmonies of #9F24DF
Complementary color
Monochromatic Colors of #9F24DF
Black with #9F24DF
Text Example
Text Example
White with #9F24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F24DF; }
p { color: rgb(159,36,223); }
H1.HeaderClassName
{
color: #9F24DF;
}
.AnyTagClassName
{
color: #9F24DF;
}
</style>
background-color css
<style>
a { background-color: #9F24DF; }
a { background-color: rgb(159,36,223); }
div.DivClassName
{
background-color: #9F24DF;
}
.BgClassName
{
background-color: #9F24DF;
}
</style>
border-color css
<style>
span { border-color: #9F24DF; }
span { border-color: rgb(159,36,223); }
td.TdClassName
{
border-color: #9F24DF;
}
.TagClassName
{
border-color: #9F24DF;
}
</style>