Shades of Dark Orchid #9F36DD
Tints of Dark Orchid #9F36DD
RGB
CMYK
RGB Variations
Color information
#9F36DD (or 0x9F36DD) is known color: Dark Orchid. HEX triplet: 9F, 36 and DD. RGB value is (159,54,221). Sum of RGB (Red+Green+Blue) = 159+54+221=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F36DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F36DD is #60C922. Grayscale: #676767. Windows color (decimal): -6342947 or 14497439. OLE color: 14497439.
HSL color Cylindrical-coordinate representation of color #9F36DD: hue angle of 277.72º degrees, saturation: 0.71, 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 #9F36DD is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 54 | 221 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.13 |
| HSL | 277.72º | 0.71% | 0.54% | - |
| HSV(B) | 277.72º | 0.76% | 0.87% | - |
| XYZ | 28.67 | 15.23 | 69.84 | - |
| YUV | 104.43 | 193.79 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 221 | 0.28 | 0.76 | 0 | 0.13 | 277.72 | 0.71 | 0.54 |
| Hex | 9F | 36 | DD | 1C | 4C | 0 | D | 116 | 47 | 36 |
| Octal | 237 | 66 | 335 | 34 | 114 | 0 | 15 | 426 | 107 | 66 |
| Binary | 10011111 | 110110 | 11011101 | 11100 | 1001100 | 0 | 1101 | 100010110 | 1000111 | 110110 |
Color Harmonies of #9F36DD
Complementary color
Monochromatic Colors of #9F36DD
Black with #9F36DD
Text Example
Text Example
White with #9F36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F36DD; }
p { color: rgb(159,54,221); }
H1.HeaderClassName
{
color: #9F36DD;
}
.AnyTagClassName
{
color: #9F36DD;
}
</style>
background-color css
<style>
a { background-color: #9F36DD; }
a { background-color: rgb(159,54,221); }
div.DivClassName
{
background-color: #9F36DD;
}
.BgClassName
{
background-color: #9F36DD;
}
</style>
border-color css
<style>
span { border-color: #9F36DD; }
span { border-color: rgb(159,54,221); }
td.TdClassName
{
border-color: #9F36DD;
}
.TagClassName
{
border-color: #9F36DD;
}
</style>