Shades of Dark Orchid #9C4ADB
Tints of Dark Orchid #9C4ADB
RGB
CMYK
RGB Variations
Color information
#9C4ADB (or 0x9C4ADB) is known color: Dark Orchid. HEX triplet: 9C, 4A and DB. RGB value is (156,74,219). Sum of RGB (Red+Green+Blue) = 156+74+219=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C4ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4ADB is #63B524. Grayscale: #727272. Windows color (decimal): -6534437 or 14371484. OLE color: 14371484.
HSL color Cylindrical-coordinate representation of color #9C4ADB: hue angle of 273.93º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C4ADB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 74 | 219 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.14 |
| HSL | 273.93º | 0.67% | 0.57% | - |
| HSV(B) | 273.93º | 0.66% | 0.86% | - |
| XYZ | 28.95 | 17.08 | 68.79 | - |
| YUV | 115.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 219 | 0.29 | 0.66 | 0 | 0.14 | 273.93 | 0.67 | 0.57 |
| Hex | 9C | 4A | DB | 1D | 42 | 0 | E | 112 | 43 | 39 |
| Octal | 234 | 112 | 333 | 35 | 102 | 0 | 16 | 422 | 103 | 71 |
| Binary | 10011100 | 1001010 | 11011011 | 11101 | 1000010 | 0 | 1110 | 100010010 | 1000011 | 111001 |
Color Harmonies of #9C4ADB
Complementary color
Monochromatic Colors of #9C4ADB
Black with #9C4ADB
Text Example
Text Example
White with #9C4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4ADB; }
p { color: rgb(156,74,219); }
H1.HeaderClassName
{
color: #9C4ADB;
}
.AnyTagClassName
{
color: #9C4ADB;
}
</style>
background-color css
<style>
a { background-color: #9C4ADB; }
a { background-color: rgb(156,74,219); }
div.DivClassName
{
background-color: #9C4ADB;
}
.BgClassName
{
background-color: #9C4ADB;
}
</style>
border-color css
<style>
span { border-color: #9C4ADB; }
span { border-color: rgb(156,74,219); }
td.TdClassName
{
border-color: #9C4ADB;
}
.TagClassName
{
border-color: #9C4ADB;
}
</style>