Shades of Dark Orchid #9D48DF
Tints of Dark Orchid #9D48DF
RGB
CMYK
RGB Variations
Color information
#9D48DF (or 0x9D48DF) is known color: Dark Orchid. HEX triplet: 9D, 48 and DF. RGB value is (157,72,223). Sum of RGB (Red+Green+Blue) = 157+72+223=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D48DF is #62B720. Grayscale: #727272. Windows color (decimal): -6469409 or 14633117. OLE color: 14633117.
HSL color Cylindrical-coordinate representation of color #9D48DF: hue angle of 273.77º 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 #9D48DF is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 72 | 223 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.13 |
| HSL | 273.77º | 0.7% | 0.58% | - |
| HSV(B) | 273.77º | 0.68% | 0.87% | - |
| XYZ | 29.54 | 17.13 | 71.56 | - |
| YUV | 114.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 72 | 223 | 0.30 | 0.68 | 0 | 0.13 | 273.77 | 0.7 | 0.58 |
| Hex | 9D | 48 | DF | 1E | 44 | 0 | D | 112 | 46 | 3A |
| Octal | 235 | 110 | 337 | 36 | 104 | 0 | 15 | 422 | 106 | 72 |
| Binary | 10011101 | 1001000 | 11011111 | 11110 | 1000100 | 0 | 1101 | 100010010 | 1000110 | 111010 |
Color Harmonies of #9D48DF
Complementary color
Monochromatic Colors of #9D48DF
Black with #9D48DF
Text Example
Text Example
White with #9D48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D48DF; }
p { color: rgb(157,72,223); }
H1.HeaderClassName
{
color: #9D48DF;
}
.AnyTagClassName
{
color: #9D48DF;
}
</style>
background-color css
<style>
a { background-color: #9D48DF; }
a { background-color: rgb(157,72,223); }
div.DivClassName
{
background-color: #9D48DF;
}
.BgClassName
{
background-color: #9D48DF;
}
</style>
border-color css
<style>
span { border-color: #9D48DF; }
span { border-color: rgb(157,72,223); }
td.TdClassName
{
border-color: #9D48DF;
}
.TagClassName
{
border-color: #9D48DF;
}
</style>