Shades of Dark Orchid #9F36DF
Tints of Dark Orchid #9F36DF
RGB
CMYK
RGB Variations
Color information
#9F36DF (or 0x9F36DF) is known color: Dark Orchid. HEX triplet: 9F, 36 and DF. RGB value is (159,54,223). Sum of RGB (Red+Green+Blue) = 159+54+223=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F36DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F36DF is #60C920. Grayscale: #686868. Windows color (decimal): -6342945 or 14628511. OLE color: 14628511.
HSL color Cylindrical-coordinate representation of color #9F36DF: hue angle of 277.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F36DF is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 54 | 223 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.13 |
| HSL | 277.28º | 0.73% | 0.54% | - |
| HSV(B) | 277.28º | 0.76% | 0.87% | - |
| XYZ | 28.94 | 15.34 | 71.25 | - |
| YUV | 104.66 | 194.79 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 223 | 0.29 | 0.76 | 0 | 0.13 | 277.28 | 0.73 | 0.54 |
| Hex | 9F | 36 | DF | 1D | 4C | 0 | D | 115 | 49 | 36 |
| Octal | 237 | 66 | 337 | 35 | 114 | 0 | 15 | 425 | 111 | 66 |
| Binary | 10011111 | 110110 | 11011111 | 11101 | 1001100 | 0 | 1101 | 100010101 | 1001001 | 110110 |
Color Harmonies of #9F36DF
Complementary color
Monochromatic Colors of #9F36DF
Black with #9F36DF
Text Example
Text Example
White with #9F36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F36DF; }
p { color: rgb(159,54,223); }
H1.HeaderClassName
{
color: #9F36DF;
}
.AnyTagClassName
{
color: #9F36DF;
}
</style>
background-color css
<style>
a { background-color: #9F36DF; }
a { background-color: rgb(159,54,223); }
div.DivClassName
{
background-color: #9F36DF;
}
.BgClassName
{
background-color: #9F36DF;
}
</style>
border-color css
<style>
span { border-color: #9F36DF; }
span { border-color: rgb(159,54,223); }
td.TdClassName
{
border-color: #9F36DF;
}
.TagClassName
{
border-color: #9F36DF;
}
</style>