Shades of Dark Orchid #9E24DF
Tints of Dark Orchid #9E24DF
RGB
CMYK
RGB Variations
Color information
#9E24DF (or 0x9E24DF) is known color: Dark Orchid. HEX triplet: 9E, 24 and DF. RGB value is (158,36,223). Sum of RGB (Red+Green+Blue) = 158+36+223=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E24DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E24DF is #61DB20. Grayscale: #5D5D5D. Windows color (decimal): -6413089 or 14623902. OLE color: 14623902.
HSL color Cylindrical-coordinate representation of color #9E24DF: hue angle of 279.14º 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 #9E24DF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 36 | 223 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.13 |
| HSL | 279.14º | 0.75% | 0.51% | - |
| HSV(B) | 279.14º | 0.84% | 0.87% | - |
| XYZ | 28.05 | 13.86 | 71.01 | - |
| YUV | 93.8 | 200.92 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 223 | 0.29 | 0.84 | 0 | 0.13 | 279.14 | 0.75 | 0.51 |
| Hex | 9E | 24 | DF | 1D | 54 | 0 | D | 117 | 4B | 33 |
| Octal | 236 | 44 | 337 | 35 | 124 | 0 | 15 | 427 | 113 | 63 |
| Binary | 10011110 | 100100 | 11011111 | 11101 | 1010100 | 0 | 1101 | 100010111 | 1001011 | 110011 |
Color Harmonies of #9E24DF
Complementary color
Monochromatic Colors of #9E24DF
Black with #9E24DF
Text Example
Text Example
White with #9E24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E24DF; }
p { color: rgb(158,36,223); }
H1.HeaderClassName
{
color: #9E24DF;
}
.AnyTagClassName
{
color: #9E24DF;
}
</style>
background-color css
<style>
a { background-color: #9E24DF; }
a { background-color: rgb(158,36,223); }
div.DivClassName
{
background-color: #9E24DF;
}
.BgClassName
{
background-color: #9E24DF;
}
</style>
border-color css
<style>
span { border-color: #9E24DF; }
span { border-color: rgb(158,36,223); }
td.TdClassName
{
border-color: #9E24DF;
}
.TagClassName
{
border-color: #9E24DF;
}
</style>