Shades of Dark Orchid #9C36DD
Tints of Dark Orchid #9C36DD
RGB
CMYK
RGB Variations
Color information
#9C36DD (or 0x9C36DD) is known color: Dark Orchid. HEX triplet: 9C, 36 and DD. RGB value is (156,54,221). Sum of RGB (Red+Green+Blue) = 156+54+221=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C36DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C36DD is #63C922. Grayscale: #666666. Windows color (decimal): -6539555 or 14497436. OLE color: 14497436.
HSL color Cylindrical-coordinate representation of color #9C36DD: hue angle of 276.65º 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 #9C36DD is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 54 | 221 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.13 |
| HSL | 276.65º | 0.71% | 0.54% | - |
| HSV(B) | 276.65º | 0.76% | 0.87% | - |
| XYZ | 28.08 | 14.93 | 69.81 | - |
| YUV | 103.54 | 194.29 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 221 | 0.29 | 0.76 | 0 | 0.13 | 276.65 | 0.71 | 0.54 |
| Hex | 9C | 36 | DD | 1D | 4C | 0 | D | 115 | 47 | 36 |
| Octal | 234 | 66 | 335 | 35 | 114 | 0 | 15 | 425 | 107 | 66 |
| Binary | 10011100 | 110110 | 11011101 | 11101 | 1001100 | 0 | 1101 | 100010101 | 1000111 | 110110 |
Color Harmonies of #9C36DD
Complementary color
Monochromatic Colors of #9C36DD
Black with #9C36DD
Text Example
Text Example
White with #9C36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C36DD; }
p { color: rgb(156,54,221); }
H1.HeaderClassName
{
color: #9C36DD;
}
.AnyTagClassName
{
color: #9C36DD;
}
</style>
background-color css
<style>
a { background-color: #9C36DD; }
a { background-color: rgb(156,54,221); }
div.DivClassName
{
background-color: #9C36DD;
}
.BgClassName
{
background-color: #9C36DD;
}
</style>
border-color css
<style>
span { border-color: #9C36DD; }
span { border-color: rgb(156,54,221); }
td.TdClassName
{
border-color: #9C36DD;
}
.TagClassName
{
border-color: #9C36DD;
}
</style>