Shades of Dark Orchid #9E32CD
Tints of Dark Orchid #9E32CD
RGB
CMYK
RGB Variations
Color information
#9E32CD (or 0x9E32CD) is known color: Dark Orchid. HEX triplet: 9E, 32 and CD. RGB value is (158,50,205). Sum of RGB (Red+Green+Blue) = 158+50+205=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E32CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E32CD is #61CD32. Grayscale: #636363. Windows color (decimal): -6409523 or 13447838. OLE color: 13447838.
HSL color Cylindrical-coordinate representation of color #9E32CD: hue angle of 281.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E32CD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 50 | 205 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.20 |
| HSL | 281.81º | 0.61% | 0.5% | - |
| HSV(B) | 281.81º | 0.76% | 0.8% | - |
| XYZ | 26.26 | 13.96 | 59.07 | - |
| YUV | 99.96 | 187.28 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 205 | 0.23 | 0.76 | 0 | 0.20 | 281.81 | 0.61 | 0.5 |
| Hex | 9E | 32 | CD | 17 | 4C | 0 | 14 | 11A | 3D | 32 |
| Octal | 236 | 62 | 315 | 27 | 114 | 0 | 24 | 432 | 75 | 62 |
| Binary | 10011110 | 110010 | 11001101 | 10111 | 1001100 | 0 | 10100 | 100011010 | 111101 | 110010 |
Color Harmonies of #9E32CD
Complementary color
Monochromatic Colors of #9E32CD
Black with #9E32CD
Text Example
Text Example
White with #9E32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E32CD; }
p { color: rgb(158,50,205); }
H1.HeaderClassName
{
color: #9E32CD;
}
.AnyTagClassName
{
color: #9E32CD;
}
</style>
background-color css
<style>
a { background-color: #9E32CD; }
a { background-color: rgb(158,50,205); }
div.DivClassName
{
background-color: #9E32CD;
}
.BgClassName
{
background-color: #9E32CD;
}
</style>
border-color css
<style>
span { border-color: #9E32CD; }
span { border-color: rgb(158,50,205); }
td.TdClassName
{
border-color: #9E32CD;
}
.TagClassName
{
border-color: #9E32CD;
}
</style>