Shades of Dark Orchid #9E4AD1
Tints of Dark Orchid #9E4AD1
RGB
CMYK
RGB Variations
Color information
#9E4AD1 (or 0x9E4AD1) is known color: Dark Orchid. HEX triplet: 9E, 4A and D1. RGB value is (158,74,209). Sum of RGB (Red+Green+Blue) = 158+74+209=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #9E4AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4AD1 is #61B52E. Grayscale: #727272. Windows color (decimal): -6403375 or 13716126. OLE color: 13716126.
HSL color Cylindrical-coordinate representation of color #9E4AD1: hue angle of 277.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E4AD1 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 74 | 209 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.18 |
| HSL | 277.33º | 0.59% | 0.55% | - |
| HSV(B) | 277.33º | 0.65% | 0.82% | - |
| XYZ | 28.06 | 16.77 | 62.08 | - |
| YUV | 114.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 209 | 0.24 | 0.65 | 0 | 0.18 | 277.33 | 0.59 | 0.55 |
| Hex | 9E | 4A | D1 | 18 | 41 | 0 | 12 | 115 | 3B | 37 |
| Octal | 236 | 112 | 321 | 30 | 101 | 0 | 22 | 425 | 73 | 67 |
| Binary | 10011110 | 1001010 | 11010001 | 11000 | 1000001 | 0 | 10010 | 100010101 | 111011 | 110111 |
Color Harmonies of #9E4AD1
Complementary color
Monochromatic Colors of #9E4AD1
Black with #9E4AD1
Text Example
Text Example
White with #9E4AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4AD1; }
p { color: rgb(158,74,209); }
H1.HeaderClassName
{
color: #9E4AD1;
}
.AnyTagClassName
{
color: #9E4AD1;
}
</style>
background-color css
<style>
a { background-color: #9E4AD1; }
a { background-color: rgb(158,74,209); }
div.DivClassName
{
background-color: #9E4AD1;
}
.BgClassName
{
background-color: #9E4AD1;
}
</style>
border-color css
<style>
span { border-color: #9E4AD1; }
span { border-color: rgb(158,74,209); }
td.TdClassName
{
border-color: #9E4AD1;
}
.TagClassName
{
border-color: #9E4AD1;
}
</style>