Shades of Dark Orchid #9F24AD
Tints of Dark Orchid #9F24AD
RGB
CMYK
RGB Variations
Color information
#9F24AD (or 0x9F24AD) is known color: Dark Orchid. HEX triplet: 9F, 24 and AD. RGB value is (159,36,173). Sum of RGB (Red+Green+Blue) = 159+36+173=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F24AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F24AD is #60DB52. Grayscale: #575757. Windows color (decimal): -6347603 or 11347103. OLE color: 11347103.
HSL color Cylindrical-coordinate representation of color #9F24AD: hue angle of 293.87º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F24AD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 36 | 173 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.32 |
| HSL | 293.87º | 0.66% | 0.41% | - |
| HSV(B) | 293.87º | 0.79% | 0.68% | - |
| XYZ | 22.47 | 11.65 | 40.6 | - |
| YUV | 88.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 173 | 0.08 | 0.79 | 0 | 0.32 | 293.87 | 0.66 | 0.41 |
| Hex | 9F | 24 | AD | 8 | 4F | 0 | 20 | 126 | 42 | 29 |
| Octal | 237 | 44 | 255 | 10 | 117 | 0 | 40 | 446 | 102 | 51 |
| Binary | 10011111 | 100100 | 10101101 | 1000 | 1001111 | 0 | 100000 | 100100110 | 1000010 | 101001 |
Color Harmonies of #9F24AD
Complementary color
Monochromatic Colors of #9F24AD
Black with #9F24AD
Text Example
Text Example
White with #9F24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F24AD; }
p { color: rgb(159,36,173); }
H1.HeaderClassName
{
color: #9F24AD;
}
.AnyTagClassName
{
color: #9F24AD;
}
</style>
background-color css
<style>
a { background-color: #9F24AD; }
a { background-color: rgb(159,36,173); }
div.DivClassName
{
background-color: #9F24AD;
}
.BgClassName
{
background-color: #9F24AD;
}
</style>
border-color css
<style>
span { border-color: #9F24AD; }
span { border-color: rgb(159,36,173); }
td.TdClassName
{
border-color: #9F24AD;
}
.TagClassName
{
border-color: #9F24AD;
}
</style>