Shades of Dark Orchid #9D49CF
Tints of Dark Orchid #9D49CF
RGB
CMYK
RGB Variations
Color information
#9D49CF (or 0x9D49CF) is known color: Dark Orchid. HEX triplet: 9D, 49 and CF. RGB value is (157,73,207). Sum of RGB (Red+Green+Blue) = 157+73+207=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D49CF is #62B630. Grayscale: #707070. Windows color (decimal): -6469169 or 13584797. OLE color: 13584797.
HSL color Cylindrical-coordinate representation of color #9D49CF: hue angle of 277.61º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D49CF is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 73 | 207 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.19 |
| HSL | 277.61º | 0.58% | 0.55% | - |
| HSV(B) | 277.61º | 0.65% | 0.81% | - |
| XYZ | 27.55 | 16.44 | 60.75 | - |
| YUV | 113.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 73 | 207 | 0.24 | 0.65 | 0 | 0.19 | 277.61 | 0.58 | 0.55 |
| Hex | 9D | 49 | CF | 18 | 41 | 0 | 13 | 116 | 3A | 37 |
| Octal | 235 | 111 | 317 | 30 | 101 | 0 | 23 | 426 | 72 | 67 |
| Binary | 10011101 | 1001001 | 11001111 | 11000 | 1000001 | 0 | 10011 | 100010110 | 111010 | 110111 |
Color Harmonies of #9D49CF
Complementary color
Monochromatic Colors of #9D49CF
Black with #9D49CF
Text Example
Text Example
White with #9D49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D49CF; }
p { color: rgb(157,73,207); }
H1.HeaderClassName
{
color: #9D49CF;
}
.AnyTagClassName
{
color: #9D49CF;
}
</style>
background-color css
<style>
a { background-color: #9D49CF; }
a { background-color: rgb(157,73,207); }
div.DivClassName
{
background-color: #9D49CF;
}
.BgClassName
{
background-color: #9D49CF;
}
</style>
border-color css
<style>
span { border-color: #9D49CF; }
span { border-color: rgb(157,73,207); }
td.TdClassName
{
border-color: #9D49CF;
}
.TagClassName
{
border-color: #9D49CF;
}
</style>