Shades of Dark Orchid #9C39E0
Tints of Dark Orchid #9C39E0
RGB
CMYK
RGB Variations
Color information
#9C39E0 (or 0x9C39E0) is known color: Dark Orchid. HEX triplet: 9C, 39 and E0. RGB value is (156,57,224). Sum of RGB (Red+Green+Blue) = 156+57+224=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C39E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C39E0 is #63C61F. Grayscale: #696969. Windows color (decimal): -6538784 or 14694812. OLE color: 14694812.
HSL color Cylindrical-coordinate representation of color #9C39E0: hue angle of 275.57º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C39E0 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 57 | 224 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.12 |
| HSL | 275.57º | 0.73% | 0.55% | - |
| HSV(B) | 275.57º | 0.75% | 0.88% | - |
| XYZ | 28.63 | 15.38 | 71.98 | - |
| YUV | 105.64 | 194.8 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 224 | 0.30 | 0.75 | 0 | 0.12 | 275.57 | 0.73 | 0.55 |
| Hex | 9C | 39 | E0 | 1E | 4B | 0 | C | 114 | 49 | 37 |
| Octal | 234 | 71 | 340 | 36 | 113 | 0 | 14 | 424 | 111 | 67 |
| Binary | 10011100 | 111001 | 11100000 | 11110 | 1001011 | 0 | 1100 | 100010100 | 1001001 | 110111 |
Color Harmonies of #9C39E0
Complementary color
Monochromatic Colors of #9C39E0
Black with #9C39E0
Text Example
Text Example
White with #9C39E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C39E0; }
p { color: rgb(156,57,224); }
H1.HeaderClassName
{
color: #9C39E0;
}
.AnyTagClassName
{
color: #9C39E0;
}
</style>
background-color css
<style>
a { background-color: #9C39E0; }
a { background-color: rgb(156,57,224); }
div.DivClassName
{
background-color: #9C39E0;
}
.BgClassName
{
background-color: #9C39E0;
}
</style>
border-color css
<style>
span { border-color: #9C39E0; }
span { border-color: rgb(156,57,224); }
td.TdClassName
{
border-color: #9C39E0;
}
.TagClassName
{
border-color: #9C39E0;
}
</style>