Shades of Dark Orchid #9E4BDF
Tints of Dark Orchid #9E4BDF
RGB
CMYK
RGB Variations
Color information
#9E4BDF (or 0x9E4BDF) is known color: Dark Orchid. HEX triplet: 9E, 4B and DF. RGB value is (158,75,223). Sum of RGB (Red+Green+Blue) = 158+75+223=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4BDF is #61B420. Grayscale: #747474. Windows color (decimal): -6403105 or 14633886. OLE color: 14633886.
HSL color Cylindrical-coordinate representation of color #9E4BDF: hue angle of 273.65º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4BDF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 75 | 223 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.13 |
| HSL | 273.65º | 0.7% | 0.58% | - |
| HSV(B) | 273.65º | 0.66% | 0.87% | - |
| XYZ | 29.94 | 17.63 | 71.64 | - |
| YUV | 116.69 | 188 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 75 | 223 | 0.29 | 0.66 | 0 | 0.13 | 273.65 | 0.7 | 0.58 |
| Hex | 9E | 4B | DF | 1D | 42 | 0 | D | 112 | 46 | 3A |
| Octal | 236 | 113 | 337 | 35 | 102 | 0 | 15 | 422 | 106 | 72 |
| Binary | 10011110 | 1001011 | 11011111 | 11101 | 1000010 | 0 | 1101 | 100010010 | 1000110 | 111010 |
Color Harmonies of #9E4BDF
Complementary color
Monochromatic Colors of #9E4BDF
Black with #9E4BDF
Text Example
Text Example
White with #9E4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4BDF; }
p { color: rgb(158,75,223); }
H1.HeaderClassName
{
color: #9E4BDF;
}
.AnyTagClassName
{
color: #9E4BDF;
}
</style>
background-color css
<style>
a { background-color: #9E4BDF; }
a { background-color: rgb(158,75,223); }
div.DivClassName
{
background-color: #9E4BDF;
}
.BgClassName
{
background-color: #9E4BDF;
}
</style>
border-color css
<style>
span { border-color: #9E4BDF; }
span { border-color: rgb(158,75,223); }
td.TdClassName
{
border-color: #9E4BDF;
}
.TagClassName
{
border-color: #9E4BDF;
}
</style>