Shades of Dark Orchid #9C47D6
Tints of Dark Orchid #9C47D6
RGB
CMYK
RGB Variations
Color information
#9C47D6 (or 0x9C47D6) is known color: Dark Orchid. HEX triplet: 9C, 47 and D6. RGB value is (156,71,214). Sum of RGB (Red+Green+Blue) = 156+71+214=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C47D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C47D6 is #63B829. Grayscale: #707070. Windows color (decimal): -6535210 or 14043036. OLE color: 14043036.
HSL color Cylindrical-coordinate representation of color #9C47D6: hue angle of 275.66º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C47D6 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 71 | 214 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.16 |
| HSL | 275.66º | 0.64% | 0.56% | - |
| HSV(B) | 275.66º | 0.67% | 0.84% | - |
| XYZ | 28.1 | 16.43 | 65.31 | - |
| YUV | 112.72 | 185.16 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 214 | 0.27 | 0.67 | 0 | 0.16 | 275.66 | 0.64 | 0.56 |
| Hex | 9C | 47 | D6 | 1B | 43 | 0 | 10 | 114 | 40 | 38 |
| Octal | 234 | 107 | 326 | 33 | 103 | 0 | 20 | 424 | 100 | 70 |
| Binary | 10011100 | 1000111 | 11010110 | 11011 | 1000011 | 0 | 10000 | 100010100 | 1000000 | 111000 |
Color Harmonies of #9C47D6
Complementary color
Monochromatic Colors of #9C47D6
Black with #9C47D6
Text Example
Text Example
White with #9C47D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C47D6; }
p { color: rgb(156,71,214); }
H1.HeaderClassName
{
color: #9C47D6;
}
.AnyTagClassName
{
color: #9C47D6;
}
</style>
background-color css
<style>
a { background-color: #9C47D6; }
a { background-color: rgb(156,71,214); }
div.DivClassName
{
background-color: #9C47D6;
}
.BgClassName
{
background-color: #9C47D6;
}
</style>
border-color css
<style>
span { border-color: #9C47D6; }
span { border-color: rgb(156,71,214); }
td.TdClassName
{
border-color: #9C47D6;
}
.TagClassName
{
border-color: #9C47D6;
}
</style>