Shades of Dark Orchid #9E3EDC
Tints of Dark Orchid #9E3EDC
RGB
CMYK
RGB Variations
Color information
#9E3EDC (or 0x9E3EDC) is known color: Dark Orchid. HEX triplet: 9E, 3E and DC. RGB value is (158,62,220). Sum of RGB (Red+Green+Blue) = 158+62+220=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E3EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3EDC is #61C123. Grayscale: #6C6C6C. Windows color (decimal): -6406436 or 14433950. OLE color: 14433950.
HSL color Cylindrical-coordinate representation of color #9E3EDC: hue angle of 276.46º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E3EDC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 62 | 220 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.14 |
| HSL | 276.46º | 0.69% | 0.55% | - |
| HSV(B) | 276.46º | 0.72% | 0.86% | - |
| XYZ | 28.74 | 15.88 | 69.26 | - |
| YUV | 108.72 | 190.8 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 62 | 220 | 0.28 | 0.72 | 0 | 0.14 | 276.46 | 0.69 | 0.55 |
| Hex | 9E | 3E | DC | 1C | 48 | 0 | E | 114 | 45 | 37 |
| Octal | 236 | 76 | 334 | 34 | 110 | 0 | 16 | 424 | 105 | 67 |
| Binary | 10011110 | 111110 | 11011100 | 11100 | 1001000 | 0 | 1110 | 100010100 | 1000101 | 110111 |
Color Harmonies of #9E3EDC
Complementary color
Monochromatic Colors of #9E3EDC
Black with #9E3EDC
Text Example
Text Example
White with #9E3EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3EDC; }
p { color: rgb(158,62,220); }
H1.HeaderClassName
{
color: #9E3EDC;
}
.AnyTagClassName
{
color: #9E3EDC;
}
</style>
background-color css
<style>
a { background-color: #9E3EDC; }
a { background-color: rgb(158,62,220); }
div.DivClassName
{
background-color: #9E3EDC;
}
.BgClassName
{
background-color: #9E3EDC;
}
</style>
border-color css
<style>
span { border-color: #9E3EDC; }
span { border-color: rgb(158,62,220); }
td.TdClassName
{
border-color: #9E3EDC;
}
.TagClassName
{
border-color: #9E3EDC;
}
</style>