Shades of Dark Orchid #9E4BDA
Tints of Dark Orchid #9E4BDA
RGB
CMYK
RGB Variations
Color information
#9E4BDA (or 0x9E4BDA) is known color: Dark Orchid. HEX triplet: 9E, 4B and DA. RGB value is (158,75,218). Sum of RGB (Red+Green+Blue) = 158+75+218=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4BDA is #61B425. Grayscale: #737373. Windows color (decimal): -6403110 or 14306206. OLE color: 14306206.
HSL color Cylindrical-coordinate representation of color #9E4BDA: hue angle of 274.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4BDA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 75 | 218 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.15 |
| HSL | 274.83º | 0.66% | 0.57% | - |
| HSV(B) | 274.83º | 0.66% | 0.85% | - |
| XYZ | 29.27 | 17.36 | 68.14 | - |
| YUV | 116.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 75 | 218 | 0.28 | 0.66 | 0 | 0.15 | 274.83 | 0.66 | 0.57 |
| Hex | 9E | 4B | DA | 1C | 42 | 0 | F | 113 | 42 | 39 |
| Octal | 236 | 113 | 332 | 34 | 102 | 0 | 17 | 423 | 102 | 71 |
| Binary | 10011110 | 1001011 | 11011010 | 11100 | 1000010 | 0 | 1111 | 100010011 | 1000010 | 111001 |
Color Harmonies of #9E4BDA
Complementary color
Monochromatic Colors of #9E4BDA
Black with #9E4BDA
Text Example
Text Example
White with #9E4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4BDA; }
p { color: rgb(158,75,218); }
H1.HeaderClassName
{
color: #9E4BDA;
}
.AnyTagClassName
{
color: #9E4BDA;
}
</style>
background-color css
<style>
a { background-color: #9E4BDA; }
a { background-color: rgb(158,75,218); }
div.DivClassName
{
background-color: #9E4BDA;
}
.BgClassName
{
background-color: #9E4BDA;
}
</style>
border-color css
<style>
span { border-color: #9E4BDA; }
span { border-color: rgb(158,75,218); }
td.TdClassName
{
border-color: #9E4BDA;
}
.TagClassName
{
border-color: #9E4BDA;
}
</style>