Shades of Dark Orchid #9C44CD
Tints of Dark Orchid #9C44CD
RGB
CMYK
RGB Variations
Color information
#9C44CD (or 0x9C44CD) is known color: Dark Orchid. HEX triplet: 9C, 44 and CD. RGB value is (156,68,205). Sum of RGB (Red+Green+Blue) = 156+68+205=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C44CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C44CD is #63BB32. Grayscale: #6D6D6D. Windows color (decimal): -6535987 or 13452444. OLE color: 13452444.
HSL color Cylindrical-coordinate representation of color #9C44CD: hue angle of 278.54º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C44CD is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 68 | 205 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.20 |
| HSL | 278.54º | 0.58% | 0.54% | - |
| HSV(B) | 278.54º | 0.67% | 0.8% | - |
| XYZ | 26.8 | 15.61 | 59.36 | - |
| YUV | 109.93 | 181.65 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 205 | 0.24 | 0.67 | 0 | 0.20 | 278.54 | 0.58 | 0.54 |
| Hex | 9C | 44 | CD | 18 | 43 | 0 | 14 | 117 | 3A | 36 |
| Octal | 234 | 104 | 315 | 30 | 103 | 0 | 24 | 427 | 72 | 66 |
| Binary | 10011100 | 1000100 | 11001101 | 11000 | 1000011 | 0 | 10100 | 100010111 | 111010 | 110110 |
Color Harmonies of #9C44CD
Complementary color
Monochromatic Colors of #9C44CD
Black with #9C44CD
Text Example
Text Example
White with #9C44CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C44CD; }
p { color: rgb(156,68,205); }
H1.HeaderClassName
{
color: #9C44CD;
}
.AnyTagClassName
{
color: #9C44CD;
}
</style>
background-color css
<style>
a { background-color: #9C44CD; }
a { background-color: rgb(156,68,205); }
div.DivClassName
{
background-color: #9C44CD;
}
.BgClassName
{
background-color: #9C44CD;
}
</style>
border-color css
<style>
span { border-color: #9C44CD; }
span { border-color: rgb(156,68,205); }
td.TdClassName
{
border-color: #9C44CD;
}
.TagClassName
{
border-color: #9C44CD;
}
</style>