Shades of Dark Orchid #9C3BDA
Tints of Dark Orchid #9C3BDA
RGB
CMYK
RGB Variations
Color information
#9C3BDA (or 0x9C3BDA) is known color: Dark Orchid. HEX triplet: 9C, 3B and DA. RGB value is (156,59,218). Sum of RGB (Red+Green+Blue) = 156+59+218=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C3BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3BDA is #63C425. Grayscale: #696969. Windows color (decimal): -6538278 or 14302108. OLE color: 14302108.
HSL color Cylindrical-coordinate representation of color #9C3BDA: hue angle of 276.6º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C3BDA is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 59 | 218 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.15 |
| HSL | 276.6º | 0.68% | 0.54% | - |
| HSV(B) | 276.6º | 0.73% | 0.85% | - |
| XYZ | 27.93 | 15.26 | 67.8 | - |
| YUV | 106.13 | 191.14 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 59 | 218 | 0.28 | 0.73 | 0 | 0.15 | 276.6 | 0.68 | 0.54 |
| Hex | 9C | 3B | DA | 1C | 49 | 0 | F | 115 | 44 | 36 |
| Octal | 234 | 73 | 332 | 34 | 111 | 0 | 17 | 425 | 104 | 66 |
| Binary | 10011100 | 111011 | 11011010 | 11100 | 1001001 | 0 | 1111 | 100010101 | 1000100 | 110110 |
Color Harmonies of #9C3BDA
Complementary color
Monochromatic Colors of #9C3BDA
Black with #9C3BDA
Text Example
Text Example
White with #9C3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3BDA; }
p { color: rgb(156,59,218); }
H1.HeaderClassName
{
color: #9C3BDA;
}
.AnyTagClassName
{
color: #9C3BDA;
}
</style>
background-color css
<style>
a { background-color: #9C3BDA; }
a { background-color: rgb(156,59,218); }
div.DivClassName
{
background-color: #9C3BDA;
}
.BgClassName
{
background-color: #9C3BDA;
}
</style>
border-color css
<style>
span { border-color: #9C3BDA; }
span { border-color: rgb(156,59,218); }
td.TdClassName
{
border-color: #9C3BDA;
}
.TagClassName
{
border-color: #9C3BDA;
}
</style>