Shades of Dark Orchid #9E39C8
Tints of Dark Orchid #9E39C8
RGB
CMYK
RGB Variations
Color information
#9E39C8 (or 0x9E39C8) is known color: Dark Orchid. HEX triplet: 9E, 39 and C8. RGB value is (158,57,200). Sum of RGB (Red+Green+Blue) = 158+57+200=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E39C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E39C8 is #61C637. Grayscale: #676767. Windows color (decimal): -6407736 or 13121950. OLE color: 13121950.
HSL color Cylindrical-coordinate representation of color #9E39C8: hue angle of 282.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E39C8 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 57 | 200 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.22 |
| HSL | 282.38º | 0.57% | 0.5% | - |
| HSV(B) | 282.38º | 0.72% | 0.78% | - |
| XYZ | 25.99 | 14.37 | 56.05 | - |
| YUV | 103.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 57 | 200 | 0.21 | 0.72 | 0 | 0.22 | 282.38 | 0.57 | 0.5 |
| Hex | 9E | 39 | C8 | 15 | 48 | 0 | 16 | 11A | 39 | 32 |
| Octal | 236 | 71 | 310 | 25 | 110 | 0 | 26 | 432 | 71 | 62 |
| Binary | 10011110 | 111001 | 11001000 | 10101 | 1001000 | 0 | 10110 | 100011010 | 111001 | 110010 |
Color Harmonies of #9E39C8
Complementary color
Monochromatic Colors of #9E39C8
Black with #9E39C8
Text Example
Text Example
White with #9E39C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E39C8; }
p { color: rgb(158,57,200); }
H1.HeaderClassName
{
color: #9E39C8;
}
.AnyTagClassName
{
color: #9E39C8;
}
</style>
background-color css
<style>
a { background-color: #9E39C8; }
a { background-color: rgb(158,57,200); }
div.DivClassName
{
background-color: #9E39C8;
}
.BgClassName
{
background-color: #9E39C8;
}
</style>
border-color css
<style>
span { border-color: #9E39C8; }
span { border-color: rgb(158,57,200); }
td.TdClassName
{
border-color: #9E39C8;
}
.TagClassName
{
border-color: #9E39C8;
}
</style>