Shades of Dark Orchid #9E48DF
Tints of Dark Orchid #9E48DF
RGB
CMYK
RGB Variations
Color information
#9E48DF (or 0x9E48DF) is known color: Dark Orchid. HEX triplet: 9E, 48 and DF. RGB value is (158,72,223). Sum of RGB (Red+Green+Blue) = 158+72+223=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E48DF is #61B720. Grayscale: #727272. Windows color (decimal): -6403873 or 14633118. OLE color: 14633118.
HSL color Cylindrical-coordinate representation of color #9E48DF: hue angle of 274.17º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E48DF is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 72 | 223 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.13 |
| HSL | 274.17º | 0.7% | 0.58% | - |
| HSV(B) | 274.17º | 0.68% | 0.87% | - |
| XYZ | 29.74 | 17.23 | 71.57 | - |
| YUV | 114.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 223 | 0.29 | 0.68 | 0 | 0.13 | 274.17 | 0.7 | 0.58 |
| Hex | 9E | 48 | DF | 1D | 44 | 0 | D | 112 | 46 | 3A |
| Octal | 236 | 110 | 337 | 35 | 104 | 0 | 15 | 422 | 106 | 72 |
| Binary | 10011110 | 1001000 | 11011111 | 11101 | 1000100 | 0 | 1101 | 100010010 | 1000110 | 111010 |
Color Harmonies of #9E48DF
Complementary color
Monochromatic Colors of #9E48DF
Black with #9E48DF
Text Example
Text Example
White with #9E48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E48DF; }
p { color: rgb(158,72,223); }
H1.HeaderClassName
{
color: #9E48DF;
}
.AnyTagClassName
{
color: #9E48DF;
}
</style>
background-color css
<style>
a { background-color: #9E48DF; }
a { background-color: rgb(158,72,223); }
div.DivClassName
{
background-color: #9E48DF;
}
.BgClassName
{
background-color: #9E48DF;
}
</style>
border-color css
<style>
span { border-color: #9E48DF; }
span { border-color: rgb(158,72,223); }
td.TdClassName
{
border-color: #9E48DF;
}
.TagClassName
{
border-color: #9E48DF;
}
</style>