Shades of Dark Orchid #9E3CCD
Tints of Dark Orchid #9E3CCD
RGB
CMYK
RGB Variations
Color information
#9E3CCD (or 0x9E3CCD) is known color: Dark Orchid. HEX triplet: 9E, 3C and CD. RGB value is (158,60,205). Sum of RGB (Red+Green+Blue) = 158+60+205=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E3CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3CCD is #61C332. Grayscale: #696969. Windows color (decimal): -6406963 or 13450398. OLE color: 13450398.
HSL color Cylindrical-coordinate representation of color #9E3CCD: hue angle of 280.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E3CCD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 60 | 205 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.20 |
| HSL | 280.55º | 0.59% | 0.52% | - |
| HSV(B) | 280.55º | 0.71% | 0.8% | - |
| XYZ | 26.74 | 14.91 | 59.23 | - |
| YUV | 105.83 | 183.97 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 205 | 0.23 | 0.71 | 0 | 0.20 | 280.55 | 0.59 | 0.52 |
| Hex | 9E | 3C | CD | 17 | 47 | 0 | 14 | 119 | 3B | 34 |
| Octal | 236 | 74 | 315 | 27 | 107 | 0 | 24 | 431 | 73 | 64 |
| Binary | 10011110 | 111100 | 11001101 | 10111 | 1000111 | 0 | 10100 | 100011001 | 111011 | 110100 |
Color Harmonies of #9E3CCD
Complementary color
Monochromatic Colors of #9E3CCD
Black with #9E3CCD
Text Example
Text Example
White with #9E3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3CCD; }
p { color: rgb(158,60,205); }
H1.HeaderClassName
{
color: #9E3CCD;
}
.AnyTagClassName
{
color: #9E3CCD;
}
</style>
background-color css
<style>
a { background-color: #9E3CCD; }
a { background-color: rgb(158,60,205); }
div.DivClassName
{
background-color: #9E3CCD;
}
.BgClassName
{
background-color: #9E3CCD;
}
</style>
border-color css
<style>
span { border-color: #9E3CCD; }
span { border-color: rgb(158,60,205); }
td.TdClassName
{
border-color: #9E3CCD;
}
.TagClassName
{
border-color: #9E3CCD;
}
</style>