Shades of Dark Orchid #9F47CB
Tints of Dark Orchid #9F47CB
RGB
CMYK
RGB Variations
Color information
#9F47CB (or 0x9F47CB) is known color: Dark Orchid. HEX triplet: 9F, 47 and CB. RGB value is (159,71,203). Sum of RGB (Red+Green+Blue) = 159+71+203=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F47CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47CB is #60B834. Grayscale: #6F6F6F. Windows color (decimal): -6338613 or 13322143. OLE color: 13322143.
HSL color Cylindrical-coordinate representation of color #9F47CB: hue angle of 280º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F47CB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 71 | 203 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.20 |
| HSL | 280º | 0.56% | 0.54% | - |
| HSV(B) | 280º | 0.65% | 0.8% | - |
| XYZ | 27.33 | 16.19 | 58.18 | - |
| YUV | 112.36 | 179.15 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 203 | 0.22 | 0.65 | 0 | 0.20 | 280 | 0.56 | 0.54 |
| Hex | 9F | 47 | CB | 16 | 41 | 0 | 14 | 118 | 38 | 36 |
| Octal | 237 | 107 | 313 | 26 | 101 | 0 | 24 | 430 | 70 | 66 |
| Binary | 10011111 | 1000111 | 11001011 | 10110 | 1000001 | 0 | 10100 | 100011000 | 111000 | 110110 |
Color Harmonies of #9F47CB
Complementary color
Monochromatic Colors of #9F47CB
Black with #9F47CB
Text Example
Text Example
White with #9F47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F47CB; }
p { color: rgb(159,71,203); }
H1.HeaderClassName
{
color: #9F47CB;
}
.AnyTagClassName
{
color: #9F47CB;
}
</style>
background-color css
<style>
a { background-color: #9F47CB; }
a { background-color: rgb(159,71,203); }
div.DivClassName
{
background-color: #9F47CB;
}
.BgClassName
{
background-color: #9F47CB;
}
</style>
border-color css
<style>
span { border-color: #9F47CB; }
span { border-color: rgb(159,71,203); }
td.TdClassName
{
border-color: #9F47CB;
}
.TagClassName
{
border-color: #9F47CB;
}
</style>