Shades of Dark Orchid #9E3DCE
Tints of Dark Orchid #9E3DCE
RGB
CMYK
RGB Variations
Color information
#9E3DCE (or 0x9E3DCE) is known color: Dark Orchid. HEX triplet: 9E, 3D and CE. RGB value is (158,61,206). Sum of RGB (Red+Green+Blue) = 158+61+206=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E3DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3DCE is #61C231. Grayscale: #6A6A6A. Windows color (decimal): -6406706 or 13516190. OLE color: 13516190.
HSL color Cylindrical-coordinate representation of color #9E3DCE: hue angle of 280.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3DCE is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 61 | 206 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.19 |
| HSL | 280.14º | 0.6% | 0.52% | - |
| HSV(B) | 280.14º | 0.7% | 0.81% | - |
| XYZ | 26.91 | 15.06 | 59.88 | - |
| YUV | 106.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 61 | 206 | 0.23 | 0.70 | 0 | 0.19 | 280.14 | 0.6 | 0.52 |
| Hex | 9E | 3D | CE | 17 | 46 | 0 | 13 | 118 | 3C | 34 |
| Octal | 236 | 75 | 316 | 27 | 106 | 0 | 23 | 430 | 74 | 64 |
| Binary | 10011110 | 111101 | 11001110 | 10111 | 1000110 | 0 | 10011 | 100011000 | 111100 | 110100 |
Color Harmonies of #9E3DCE
Complementary color
Monochromatic Colors of #9E3DCE
Black with #9E3DCE
Text Example
Text Example
White with #9E3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3DCE; }
p { color: rgb(158,61,206); }
H1.HeaderClassName
{
color: #9E3DCE;
}
.AnyTagClassName
{
color: #9E3DCE;
}
</style>
background-color css
<style>
a { background-color: #9E3DCE; }
a { background-color: rgb(158,61,206); }
div.DivClassName
{
background-color: #9E3DCE;
}
.BgClassName
{
background-color: #9E3DCE;
}
</style>
border-color css
<style>
span { border-color: #9E3DCE; }
span { border-color: rgb(158,61,206); }
td.TdClassName
{
border-color: #9E3DCE;
}
.TagClassName
{
border-color: #9E3DCE;
}
</style>