Shades of Dark Orchid #9E3ACD
Tints of Dark Orchid #9E3ACD
RGB
CMYK
RGB Variations
Color information
#9E3ACD (or 0x9E3ACD) is known color: Dark Orchid. HEX triplet: 9E, 3A and CD. RGB value is (158,58,205). Sum of RGB (Red+Green+Blue) = 158+58+205=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E3ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3ACD is #61C532. Grayscale: #686868. Windows color (decimal): -6407475 or 13449886. OLE color: 13449886.
HSL color Cylindrical-coordinate representation of color #9E3ACD: hue angle of 280.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E3ACD is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 58 | 205 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.20 |
| HSL | 280.82º | 0.6% | 0.52% | - |
| HSV(B) | 280.82º | 0.72% | 0.8% | - |
| XYZ | 26.63 | 14.7 | 59.19 | - |
| YUV | 104.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 205 | 0.23 | 0.72 | 0 | 0.20 | 280.82 | 0.6 | 0.52 |
| Hex | 9E | 3A | CD | 17 | 48 | 0 | 14 | 119 | 3C | 34 |
| Octal | 236 | 72 | 315 | 27 | 110 | 0 | 24 | 431 | 74 | 64 |
| Binary | 10011110 | 111010 | 11001101 | 10111 | 1001000 | 0 | 10100 | 100011001 | 111100 | 110100 |
Color Harmonies of #9E3ACD
Complementary color
Monochromatic Colors of #9E3ACD
Black with #9E3ACD
Text Example
Text Example
White with #9E3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3ACD; }
p { color: rgb(158,58,205); }
H1.HeaderClassName
{
color: #9E3ACD;
}
.AnyTagClassName
{
color: #9E3ACD;
}
</style>
background-color css
<style>
a { background-color: #9E3ACD; }
a { background-color: rgb(158,58,205); }
div.DivClassName
{
background-color: #9E3ACD;
}
.BgClassName
{
background-color: #9E3ACD;
}
</style>
border-color css
<style>
span { border-color: #9E3ACD; }
span { border-color: rgb(158,58,205); }
td.TdClassName
{
border-color: #9E3ACD;
}
.TagClassName
{
border-color: #9E3ACD;
}
</style>