Shades of Dark Orchid #9E4ADD
Tints of Dark Orchid #9E4ADD
RGB
CMYK
RGB Variations
Color information
#9E4ADD (or 0x9E4ADD) is known color: Dark Orchid. HEX triplet: 9E, 4A and DD. RGB value is (158,74,221). Sum of RGB (Red+Green+Blue) = 158+74+221=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E4ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4ADD is #61B522. Grayscale: #737373. Windows color (decimal): -6403363 or 14502558. OLE color: 14502558.
HSL color Cylindrical-coordinate representation of color #9E4ADD: hue angle of 274.29º degrees, saturation: 0.68, 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 #9E4ADD is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 74 | 221 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.13 |
| HSL | 274.29º | 0.68% | 0.58% | - |
| HSV(B) | 274.29º | 0.67% | 0.87% | - |
| XYZ | 29.6 | 17.39 | 70.2 | - |
| YUV | 115.87 | 187.33 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 221 | 0.29 | 0.67 | 0 | 0.13 | 274.29 | 0.68 | 0.58 |
| Hex | 9E | 4A | DD | 1D | 43 | 0 | D | 112 | 44 | 3A |
| Octal | 236 | 112 | 335 | 35 | 103 | 0 | 15 | 422 | 104 | 72 |
| Binary | 10011110 | 1001010 | 11011101 | 11101 | 1000011 | 0 | 1101 | 100010010 | 1000100 | 111010 |
Color Harmonies of #9E4ADD
Complementary color
Monochromatic Colors of #9E4ADD
Black with #9E4ADD
Text Example
Text Example
White with #9E4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4ADD; }
p { color: rgb(158,74,221); }
H1.HeaderClassName
{
color: #9E4ADD;
}
.AnyTagClassName
{
color: #9E4ADD;
}
</style>
background-color css
<style>
a { background-color: #9E4ADD; }
a { background-color: rgb(158,74,221); }
div.DivClassName
{
background-color: #9E4ADD;
}
.BgClassName
{
background-color: #9E4ADD;
}
</style>
border-color css
<style>
span { border-color: #9E4ADD; }
span { border-color: rgb(158,74,221); }
td.TdClassName
{
border-color: #9E4ADD;
}
.TagClassName
{
border-color: #9E4ADD;
}
</style>