Shades of Dark Orchid #9C3BBA
Tints of Dark Orchid #9C3BBA
RGB
CMYK
RGB Variations
Color information
#9C3BBA (or 0x9C3BBA) is known color: Dark Orchid. HEX triplet: 9C, 3B and BA. RGB value is (156,59,186). Sum of RGB (Red+Green+Blue) = 156+59+186=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C3BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3BBA is #63C445. Grayscale: #666666. Windows color (decimal): -6538310 or 12204956. OLE color: 12204956.
HSL color Cylindrical-coordinate representation of color #9C3BBA: hue angle of 285.83º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3BBA is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 59 | 186 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.27 |
| HSL | 285.83º | 0.52% | 0.48% | - |
| HSV(B) | 285.83º | 0.68% | 0.73% | - |
| XYZ | 24.14 | 13.74 | 47.83 | - |
| YUV | 102.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 59 | 186 | 0.16 | 0.68 | 0 | 0.27 | 285.83 | 0.52 | 0.48 |
| Hex | 9C | 3B | BA | 10 | 44 | 0 | 1B | 11E | 34 | 30 |
| Octal | 234 | 73 | 272 | 20 | 104 | 0 | 33 | 436 | 64 | 60 |
| Binary | 10011100 | 111011 | 10111010 | 10000 | 1000100 | 0 | 11011 | 100011110 | 110100 | 110000 |
Color Harmonies of #9C3BBA
Complementary color
Monochromatic Colors of #9C3BBA
Black with #9C3BBA
Text Example
Text Example
White with #9C3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3BBA; }
p { color: rgb(156,59,186); }
H1.HeaderClassName
{
color: #9C3BBA;
}
.AnyTagClassName
{
color: #9C3BBA;
}
</style>
background-color css
<style>
a { background-color: #9C3BBA; }
a { background-color: rgb(156,59,186); }
div.DivClassName
{
background-color: #9C3BBA;
}
.BgClassName
{
background-color: #9C3BBA;
}
</style>
border-color css
<style>
span { border-color: #9C3BBA; }
span { border-color: rgb(156,59,186); }
td.TdClassName
{
border-color: #9C3BBA;
}
.TagClassName
{
border-color: #9C3BBA;
}
</style>