Shades of Dark Orchid #9D49DB
Tints of Dark Orchid #9D49DB
RGB
CMYK
RGB Variations
Color information
#9D49DB (or 0x9D49DB) is known color: Dark Orchid. HEX triplet: 9D, 49 and DB. RGB value is (157,73,219). Sum of RGB (Red+Green+Blue) = 157+73+219=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D49DB is #62B624. Grayscale: #727272. Windows color (decimal): -6469157 or 14371229. OLE color: 14371229.
HSL color Cylindrical-coordinate representation of color #9D49DB: hue angle of 274.52º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D49DB is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 73 | 219 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.14 |
| HSL | 274.52º | 0.67% | 0.57% | - |
| HSV(B) | 274.52º | 0.67% | 0.86% | - |
| XYZ | 29.07 | 17.05 | 68.78 | - |
| YUV | 114.76 | 186.83 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 73 | 219 | 0.28 | 0.67 | 0 | 0.14 | 274.52 | 0.67 | 0.57 |
| Hex | 9D | 49 | DB | 1C | 43 | 0 | E | 113 | 43 | 39 |
| Octal | 235 | 111 | 333 | 34 | 103 | 0 | 16 | 423 | 103 | 71 |
| Binary | 10011101 | 1001001 | 11011011 | 11100 | 1000011 | 0 | 1110 | 100010011 | 1000011 | 111001 |
Color Harmonies of #9D49DB
Complementary color
Monochromatic Colors of #9D49DB
Black with #9D49DB
Text Example
Text Example
White with #9D49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D49DB; }
p { color: rgb(157,73,219); }
H1.HeaderClassName
{
color: #9D49DB;
}
.AnyTagClassName
{
color: #9D49DB;
}
</style>
background-color css
<style>
a { background-color: #9D49DB; }
a { background-color: rgb(157,73,219); }
div.DivClassName
{
background-color: #9D49DB;
}
.BgClassName
{
background-color: #9D49DB;
}
</style>
border-color css
<style>
span { border-color: #9D49DB; }
span { border-color: rgb(157,73,219); }
td.TdClassName
{
border-color: #9D49DB;
}
.TagClassName
{
border-color: #9D49DB;
}
</style>