Shades of Dark Orchid #9C39CC
Tints of Dark Orchid #9C39CC
RGB
CMYK
RGB Variations
Color information
#9C39CC (or 0x9C39CC) is known color: Dark Orchid. HEX triplet: 9C, 39 and CC. RGB value is (156,57,204). Sum of RGB (Red+Green+Blue) = 156+57+204=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C39CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C39CC is #63C633. Grayscale: #666666. Windows color (decimal): -6538804 or 13384092. OLE color: 13384092.
HSL color Cylindrical-coordinate representation of color #9C39CC: hue angle of 280.41º degrees, saturation: 0.59, 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 #9C39CC is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 57 | 204 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.2 |
| HSL | 280.41º | 0.59% | 0.51% | - |
| HSV(B) | 280.41º | 0.72% | 0.8% | - |
| XYZ | 26.07 | 14.35 | 58.52 | - |
| YUV | 103.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 204 | 0.24 | 0.72 | 0 | 0.2 | 280.41 | 0.59 | 0.51 |
| Hex | 9C | 39 | CC | 18 | 48 | 0 | 14 | 118 | 3B | 33 |
| Octal | 234 | 71 | 314 | 30 | 110 | 0 | 24 | 430 | 73 | 63 |
| Binary | 10011100 | 111001 | 11001100 | 11000 | 1001000 | 0 | 10100 | 100011000 | 111011 | 110011 |
Color Harmonies of #9C39CC
Complementary color
Monochromatic Colors of #9C39CC
Black with #9C39CC
Text Example
Text Example
White with #9C39CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C39CC; }
p { color: rgb(156,57,204); }
H1.HeaderClassName
{
color: #9C39CC;
}
.AnyTagClassName
{
color: #9C39CC;
}
</style>
background-color css
<style>
a { background-color: #9C39CC; }
a { background-color: rgb(156,57,204); }
div.DivClassName
{
background-color: #9C39CC;
}
.BgClassName
{
background-color: #9C39CC;
}
</style>
border-color css
<style>
span { border-color: #9C39CC; }
span { border-color: rgb(156,57,204); }
td.TdClassName
{
border-color: #9C39CC;
}
.TagClassName
{
border-color: #9C39CC;
}
</style>