Shades of Dark Orchid #9C45CE
Tints of Dark Orchid #9C45CE
RGB
CMYK
RGB Variations
Color information
#9C45CE (or 0x9C45CE) is known color: Dark Orchid. HEX triplet: 9C, 45 and CE. RGB value is (156,69,206). Sum of RGB (Red+Green+Blue) = 156+69+206=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C45CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C45CE is #63BA31. Grayscale: #6E6E6E. Windows color (decimal): -6535730 or 13518236. OLE color: 13518236.
HSL color Cylindrical-coordinate representation of color #9C45CE: hue angle of 278.1º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C45CE is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 69 | 206 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.19 |
| HSL | 278.1º | 0.58% | 0.54% | - |
| HSV(B) | 278.1º | 0.67% | 0.81% | - |
| XYZ | 26.98 | 15.78 | 60.02 | - |
| YUV | 110.63 | 181.82 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 206 | 0.24 | 0.67 | 0 | 0.19 | 278.1 | 0.58 | 0.54 |
| Hex | 9C | 45 | CE | 18 | 43 | 0 | 13 | 116 | 3A | 36 |
| Octal | 234 | 105 | 316 | 30 | 103 | 0 | 23 | 426 | 72 | 66 |
| Binary | 10011100 | 1000101 | 11001110 | 11000 | 1000011 | 0 | 10011 | 100010110 | 111010 | 110110 |
Color Harmonies of #9C45CE
Complementary color
Monochromatic Colors of #9C45CE
Black with #9C45CE
Text Example
Text Example
White with #9C45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C45CE; }
p { color: rgb(156,69,206); }
H1.HeaderClassName
{
color: #9C45CE;
}
.AnyTagClassName
{
color: #9C45CE;
}
</style>
background-color css
<style>
a { background-color: #9C45CE; }
a { background-color: rgb(156,69,206); }
div.DivClassName
{
background-color: #9C45CE;
}
.BgClassName
{
background-color: #9C45CE;
}
</style>
border-color css
<style>
span { border-color: #9C45CE; }
span { border-color: rgb(156,69,206); }
td.TdClassName
{
border-color: #9C45CE;
}
.TagClassName
{
border-color: #9C45CE;
}
</style>