Shades of Dark Orchid #9C37CB
Tints of Dark Orchid #9C37CB
RGB
CMYK
RGB Variations
Color information
#9C37CB (or 0x9C37CB) is known color: Dark Orchid. HEX triplet: 9C, 37 and CB. RGB value is (156,55,203). Sum of RGB (Red+Green+Blue) = 156+55+203=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C37CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C37CB is #63C834. Grayscale: #656565. Windows color (decimal): -6539317 or 13318044. OLE color: 13318044.
HSL color Cylindrical-coordinate representation of color #9C37CB: hue angle of 280.95º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C37CB is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 55 | 203 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.20 |
| HSL | 280.95º | 0.59% | 0.51% | - |
| HSV(B) | 280.95º | 0.73% | 0.8% | - |
| XYZ | 25.86 | 14.11 | 57.86 | - |
| YUV | 102.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 203 | 0.23 | 0.73 | 0 | 0.20 | 280.95 | 0.59 | 0.51 |
| Hex | 9C | 37 | CB | 17 | 49 | 0 | 14 | 119 | 3B | 33 |
| Octal | 234 | 67 | 313 | 27 | 111 | 0 | 24 | 431 | 73 | 63 |
| Binary | 10011100 | 110111 | 11001011 | 10111 | 1001001 | 0 | 10100 | 100011001 | 111011 | 110011 |
Color Harmonies of #9C37CB
Complementary color
Monochromatic Colors of #9C37CB
Black with #9C37CB
Text Example
Text Example
White with #9C37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C37CB; }
p { color: rgb(156,55,203); }
H1.HeaderClassName
{
color: #9C37CB;
}
.AnyTagClassName
{
color: #9C37CB;
}
</style>
background-color css
<style>
a { background-color: #9C37CB; }
a { background-color: rgb(156,55,203); }
div.DivClassName
{
background-color: #9C37CB;
}
.BgClassName
{
background-color: #9C37CB;
}
</style>
border-color css
<style>
span { border-color: #9C37CB; }
span { border-color: rgb(156,55,203); }
td.TdClassName
{
border-color: #9C37CB;
}
.TagClassName
{
border-color: #9C37CB;
}
</style>