Shades of Dark Orchid #9C39CD
Tints of Dark Orchid #9C39CD
RGB
CMYK
RGB Variations
Color information
#9C39CD (or 0x9C39CD) is known color: Dark Orchid. HEX triplet: 9C, 39 and CD. RGB value is (156,57,205). Sum of RGB (Red+Green+Blue) = 156+57+205=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C39CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C39CD is #63C632. Grayscale: #666666. Windows color (decimal): -6538803 or 13449628. OLE color: 13449628.
HSL color Cylindrical-coordinate representation of color #9C39CD: hue angle of 280.14º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C39CD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 57 | 205 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.20 |
| HSL | 280.14º | 0.6% | 0.51% | - |
| HSV(B) | 280.14º | 0.72% | 0.8% | - |
| XYZ | 26.19 | 14.4 | 59.16 | - |
| YUV | 103.47 | 185.3 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 205 | 0.24 | 0.72 | 0 | 0.20 | 280.14 | 0.6 | 0.51 |
| Hex | 9C | 39 | CD | 18 | 48 | 0 | 14 | 118 | 3C | 33 |
| Octal | 234 | 71 | 315 | 30 | 110 | 0 | 24 | 430 | 74 | 63 |
| Binary | 10011100 | 111001 | 11001101 | 11000 | 1001000 | 0 | 10100 | 100011000 | 111100 | 110011 |
Color Harmonies of #9C39CD
Complementary color
Monochromatic Colors of #9C39CD
Black with #9C39CD
Text Example
Text Example
White with #9C39CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C39CD; }
p { color: rgb(156,57,205); }
H1.HeaderClassName
{
color: #9C39CD;
}
.AnyTagClassName
{
color: #9C39CD;
}
</style>
background-color css
<style>
a { background-color: #9C39CD; }
a { background-color: rgb(156,57,205); }
div.DivClassName
{
background-color: #9C39CD;
}
.BgClassName
{
background-color: #9C39CD;
}
</style>
border-color css
<style>
span { border-color: #9C39CD; }
span { border-color: rgb(156,57,205); }
td.TdClassName
{
border-color: #9C39CD;
}
.TagClassName
{
border-color: #9C39CD;
}
</style>