Shades of Dark Orchid #9C4ADE
Tints of Dark Orchid #9C4ADE
RGB
CMYK
RGB Variations
Color information
#9C4ADE (or 0x9C4ADE) is known color: Dark Orchid. HEX triplet: 9C, 4A and DE. RGB value is (156,74,222). Sum of RGB (Red+Green+Blue) = 156+74+222=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C4ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4ADE is #63B521. Grayscale: #727272. Windows color (decimal): -6534434 or 14568092. OLE color: 14568092.
HSL color Cylindrical-coordinate representation of color #9C4ADE: hue angle of 273.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C4ADE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 74 | 222 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.13 |
| HSL | 273.24º | 0.69% | 0.58% | - |
| HSV(B) | 273.24º | 0.67% | 0.87% | - |
| XYZ | 29.34 | 17.24 | 70.89 | - |
| YUV | 115.39 | 188.17 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 222 | 0.30 | 0.67 | 0 | 0.13 | 273.24 | 0.69 | 0.58 |
| Hex | 9C | 4A | DE | 1E | 43 | 0 | D | 111 | 45 | 3A |
| Octal | 234 | 112 | 336 | 36 | 103 | 0 | 15 | 421 | 105 | 72 |
| Binary | 10011100 | 1001010 | 11011110 | 11110 | 1000011 | 0 | 1101 | 100010001 | 1000101 | 111010 |
Color Harmonies of #9C4ADE
Complementary color
Monochromatic Colors of #9C4ADE
Black with #9C4ADE
Text Example
Text Example
White with #9C4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4ADE; }
p { color: rgb(156,74,222); }
H1.HeaderClassName
{
color: #9C4ADE;
}
.AnyTagClassName
{
color: #9C4ADE;
}
</style>
background-color css
<style>
a { background-color: #9C4ADE; }
a { background-color: rgb(156,74,222); }
div.DivClassName
{
background-color: #9C4ADE;
}
.BgClassName
{
background-color: #9C4ADE;
}
</style>
border-color css
<style>
span { border-color: #9C4ADE; }
span { border-color: rgb(156,74,222); }
td.TdClassName
{
border-color: #9C4ADE;
}
.TagClassName
{
border-color: #9C4ADE;
}
</style>