Shades of Dark Orchid #9C24BA
Tints of Dark Orchid #9C24BA
RGB
CMYK
RGB Variations
Color information
#9C24BA (or 0x9C24BA) is known color: Dark Orchid. HEX triplet: 9C, 24 and BA. RGB value is (156,36,186). Sum of RGB (Red+Green+Blue) = 156+36+186=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C24BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C24BA is #63DB45. Grayscale: #585858. Windows color (decimal): -6544198 or 12199068. OLE color: 12199068.
HSL color Cylindrical-coordinate representation of color #9C24BA: hue angle of 288º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C24BA is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 36 | 186 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.27 |
| HSL | 288º | 0.68% | 0.44% | - |
| HSV(B) | 288º | 0.81% | 0.73% | - |
| XYZ | 23.2 | 11.87 | 47.52 | - |
| YUV | 88.98 | 182.76 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 186 | 0.16 | 0.81 | 0 | 0.27 | 288 | 0.68 | 0.44 |
| Hex | 9C | 24 | BA | 10 | 51 | 0 | 1B | 120 | 44 | 2C |
| Octal | 234 | 44 | 272 | 20 | 121 | 0 | 33 | 440 | 104 | 54 |
| Binary | 10011100 | 100100 | 10111010 | 10000 | 1010001 | 0 | 11011 | 100100000 | 1000100 | 101100 |
Color Harmonies of #9C24BA
Complementary color
Monochromatic Colors of #9C24BA
Black with #9C24BA
Text Example
Text Example
White with #9C24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C24BA; }
p { color: rgb(156,36,186); }
H1.HeaderClassName
{
color: #9C24BA;
}
.AnyTagClassName
{
color: #9C24BA;
}
</style>
background-color css
<style>
a { background-color: #9C24BA; }
a { background-color: rgb(156,36,186); }
div.DivClassName
{
background-color: #9C24BA;
}
.BgClassName
{
background-color: #9C24BA;
}
</style>
border-color css
<style>
span { border-color: #9C24BA; }
span { border-color: rgb(156,36,186); }
td.TdClassName
{
border-color: #9C24BA;
}
.TagClassName
{
border-color: #9C24BA;
}
</style>