Shades of Dark Orchid #9F24BA
Tints of Dark Orchid #9F24BA
RGB
CMYK
RGB Variations
Color information
#9F24BA (or 0x9F24BA) is known color: Dark Orchid. HEX triplet: 9F, 24 and BA. RGB value is (159,36,186). Sum of RGB (Red+Green+Blue) = 159+36+186=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F24BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F24BA is #60DB45. Grayscale: #595959. Windows color (decimal): -6347590 or 12199071. OLE color: 12199071.
HSL color Cylindrical-coordinate representation of color #9F24BA: hue angle of 289.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F24BA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 36 | 186 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.27 |
| HSL | 289.2º | 0.68% | 0.44% | - |
| HSV(B) | 289.2º | 0.81% | 0.73% | - |
| XYZ | 23.79 | 12.18 | 47.55 | - |
| YUV | 89.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 186 | 0.15 | 0.81 | 0 | 0.27 | 289.2 | 0.68 | 0.44 |
| Hex | 9F | 24 | BA | F | 51 | 0 | 1B | 121 | 44 | 2C |
| Octal | 237 | 44 | 272 | 17 | 121 | 0 | 33 | 441 | 104 | 54 |
| Binary | 10011111 | 100100 | 10111010 | 1111 | 1010001 | 0 | 11011 | 100100001 | 1000100 | 101100 |
Color Harmonies of #9F24BA
Complementary color
Monochromatic Colors of #9F24BA
Black with #9F24BA
Text Example
Text Example
White with #9F24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F24BA; }
p { color: rgb(159,36,186); }
H1.HeaderClassName
{
color: #9F24BA;
}
.AnyTagClassName
{
color: #9F24BA;
}
</style>
background-color css
<style>
a { background-color: #9F24BA; }
a { background-color: rgb(159,36,186); }
div.DivClassName
{
background-color: #9F24BA;
}
.BgClassName
{
background-color: #9F24BA;
}
</style>
border-color css
<style>
span { border-color: #9F24BA; }
span { border-color: rgb(159,36,186); }
td.TdClassName
{
border-color: #9F24BA;
}
.TagClassName
{
border-color: #9F24BA;
}
</style>