Shades of Dark Orchid #9D47CF
Tints of Dark Orchid #9D47CF
RGB
CMYK
RGB Variations
Color information
#9D47CF (or 0x9D47CF) is known color: Dark Orchid. HEX triplet: 9D, 47 and CF. RGB value is (157,71,207). Sum of RGB (Red+Green+Blue) = 157+71+207=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D47CF is #62B830. Grayscale: #6F6F6F. Windows color (decimal): -6469681 or 13584285. OLE color: 13584285.
HSL color Cylindrical-coordinate representation of color #9D47CF: hue angle of 277.94º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D47CF is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 71 | 207 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.19 |
| HSL | 277.94º | 0.59% | 0.55% | - |
| HSV(B) | 277.94º | 0.66% | 0.81% | - |
| XYZ | 27.42 | 16.18 | 60.71 | - |
| YUV | 112.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 207 | 0.24 | 0.66 | 0 | 0.19 | 277.94 | 0.59 | 0.55 |
| Hex | 9D | 47 | CF | 18 | 42 | 0 | 13 | 116 | 3B | 37 |
| Octal | 235 | 107 | 317 | 30 | 102 | 0 | 23 | 426 | 73 | 67 |
| Binary | 10011101 | 1000111 | 11001111 | 11000 | 1000010 | 0 | 10011 | 100010110 | 111011 | 110111 |
Color Harmonies of #9D47CF
Complementary color
Monochromatic Colors of #9D47CF
Black with #9D47CF
Text Example
Text Example
White with #9D47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D47CF; }
p { color: rgb(157,71,207); }
H1.HeaderClassName
{
color: #9D47CF;
}
.AnyTagClassName
{
color: #9D47CF;
}
</style>
background-color css
<style>
a { background-color: #9D47CF; }
a { background-color: rgb(157,71,207); }
div.DivClassName
{
background-color: #9D47CF;
}
.BgClassName
{
background-color: #9D47CF;
}
</style>
border-color css
<style>
span { border-color: #9D47CF; }
span { border-color: rgb(157,71,207); }
td.TdClassName
{
border-color: #9D47CF;
}
.TagClassName
{
border-color: #9D47CF;
}
</style>