Shades of Dark Orchid #9F47CF
Tints of Dark Orchid #9F47CF
RGB
CMYK
RGB Variations
Color information
#9F47CF (or 0x9F47CF) is known color: Dark Orchid. HEX triplet: 9F, 47 and CF. RGB value is (159,71,207). Sum of RGB (Red+Green+Blue) = 159+71+207=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 71 (28.12% from 255 or 16.25% 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 #9F47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47CF is #60B830. Grayscale: #707070. Windows color (decimal): -6338609 or 13584287. OLE color: 13584287.
HSL color Cylindrical-coordinate representation of color #9F47CF: hue angle of 278.82º 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 #9F47CF is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 71 | 207 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.19 |
| HSL | 278.82º | 0.59% | 0.55% | - |
| HSV(B) | 278.82º | 0.66% | 0.81% | - |
| XYZ | 27.81 | 16.38 | 60.73 | - |
| YUV | 112.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 207 | 0.23 | 0.66 | 0 | 0.19 | 278.82 | 0.59 | 0.55 |
| Hex | 9F | 47 | CF | 17 | 42 | 0 | 13 | 117 | 3B | 37 |
| Octal | 237 | 107 | 317 | 27 | 102 | 0 | 23 | 427 | 73 | 67 |
| Binary | 10011111 | 1000111 | 11001111 | 10111 | 1000010 | 0 | 10011 | 100010111 | 111011 | 110111 |
Color Harmonies of #9F47CF
Complementary color
Monochromatic Colors of #9F47CF
Black with #9F47CF
Text Example
Text Example
White with #9F47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F47CF; }
p { color: rgb(159,71,207); }
H1.HeaderClassName
{
color: #9F47CF;
}
.AnyTagClassName
{
color: #9F47CF;
}
</style>
background-color css
<style>
a { background-color: #9F47CF; }
a { background-color: rgb(159,71,207); }
div.DivClassName
{
background-color: #9F47CF;
}
.BgClassName
{
background-color: #9F47CF;
}
</style>
border-color css
<style>
span { border-color: #9F47CF; }
span { border-color: rgb(159,71,207); }
td.TdClassName
{
border-color: #9F47CF;
}
.TagClassName
{
border-color: #9F47CF;
}
</style>