Shades of Dark Orchid #9C23BA
Tints of Dark Orchid #9C23BA
RGB
CMYK
RGB Variations
Color information
#9C23BA (or 0x9C23BA) is known color: Dark Orchid. HEX triplet: 9C, 23 and BA. RGB value is (156,35,186). Sum of RGB (Red+Green+Blue) = 156+35+186=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C23BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C23BA is #63DC45. Grayscale: #575757. Windows color (decimal): -6544454 or 12198812. OLE color: 12198812.
HSL color Cylindrical-coordinate representation of color #9C23BA: hue angle of 288.08º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C23BA is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 35 | 186 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.27 |
| HSL | 288.08º | 0.68% | 0.43% | - |
| HSV(B) | 288.08º | 0.81% | 0.73% | - |
| XYZ | 23.17 | 11.82 | 47.51 | - |
| YUV | 88.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 186 | 0.16 | 0.81 | 0 | 0.27 | 288.08 | 0.68 | 0.43 |
| Hex | 9C | 23 | BA | 10 | 51 | 0 | 1B | 120 | 44 | 2B |
| Octal | 234 | 43 | 272 | 20 | 121 | 0 | 33 | 440 | 104 | 53 |
| Binary | 10011100 | 100011 | 10111010 | 10000 | 1010001 | 0 | 11011 | 100100000 | 1000100 | 101011 |
Color Harmonies of #9C23BA
Complementary color
Monochromatic Colors of #9C23BA
Black with #9C23BA
Text Example
Text Example
White with #9C23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C23BA; }
p { color: rgb(156,35,186); }
H1.HeaderClassName
{
color: #9C23BA;
}
.AnyTagClassName
{
color: #9C23BA;
}
</style>
background-color css
<style>
a { background-color: #9C23BA; }
a { background-color: rgb(156,35,186); }
div.DivClassName
{
background-color: #9C23BA;
}
.BgClassName
{
background-color: #9C23BA;
}
</style>
border-color css
<style>
span { border-color: #9C23BA; }
span { border-color: rgb(156,35,186); }
td.TdClassName
{
border-color: #9C23BA;
}
.TagClassName
{
border-color: #9C23BA;
}
</style>