Shades of Dark Orchid #9E3DE1
Tints of Dark Orchid #9E3DE1
RGB
CMYK
RGB Variations
Color information
#9E3DE1 (or 0x9E3DE1) is known color: Dark Orchid. HEX triplet: 9E, 3D and E1. RGB value is (158,61,225). Sum of RGB (Red+Green+Blue) = 158+61+225=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E3DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3DE1 is #61C21E. Grayscale: #6C6C6C. Windows color (decimal): -6406687 or 14761374. OLE color: 14761374.
HSL color Cylindrical-coordinate representation of color #9E3DE1: hue angle of 275.49º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E3DE1 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 61 | 225 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.12 |
| HSL | 275.49º | 0.73% | 0.56% | - |
| HSV(B) | 275.49º | 0.73% | 0.88% | - |
| XYZ | 29.36 | 16.04 | 72.78 | - |
| YUV | 108.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 61 | 225 | 0.30 | 0.73 | 0 | 0.12 | 275.49 | 0.73 | 0.56 |
| Hex | 9E | 3D | E1 | 1E | 49 | 0 | C | 113 | 49 | 38 |
| Octal | 236 | 75 | 341 | 36 | 111 | 0 | 14 | 423 | 111 | 70 |
| Binary | 10011110 | 111101 | 11100001 | 11110 | 1001001 | 0 | 1100 | 100010011 | 1001001 | 111000 |
Color Harmonies of #9E3DE1
Complementary color
Monochromatic Colors of #9E3DE1
Black with #9E3DE1
Text Example
Text Example
White with #9E3DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3DE1; }
p { color: rgb(158,61,225); }
H1.HeaderClassName
{
color: #9E3DE1;
}
.AnyTagClassName
{
color: #9E3DE1;
}
</style>
background-color css
<style>
a { background-color: #9E3DE1; }
a { background-color: rgb(158,61,225); }
div.DivClassName
{
background-color: #9E3DE1;
}
.BgClassName
{
background-color: #9E3DE1;
}
</style>
border-color css
<style>
span { border-color: #9E3DE1; }
span { border-color: rgb(158,61,225); }
td.TdClassName
{
border-color: #9E3DE1;
}
.TagClassName
{
border-color: #9E3DE1;
}
</style>