Shades of Dark Orchid #9F47E4
Tints of Dark Orchid #9F47E4
RGB
CMYK
RGB Variations
Color information
#9F47E4 (or 0x9F47E4) is known color: Dark Orchid. HEX triplet: 9F, 47 and E4. RGB value is (159,71,228). Sum of RGB (Red+Green+Blue) = 159+71+228=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #9F47E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47E4 is #60B81B. Grayscale: #727272. Windows color (decimal): -6338588 or 14960543. OLE color: 14960543.
HSL color Cylindrical-coordinate representation of color #9F47E4: hue angle of 273.63º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F47E4 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 71 | 228 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.11 |
| HSL | 273.63º | 0.74% | 0.59% | - |
| HSV(B) | 273.63º | 0.69% | 0.89% | - |
| XYZ | 30.55 | 17.48 | 75.16 | - |
| YUV | 115.21 | 191.65 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 228 | 0.30 | 0.69 | 0 | 0.11 | 273.63 | 0.74 | 0.59 |
| Hex | 9F | 47 | E4 | 1E | 45 | 0 | B | 112 | 4A | 3B |
| Octal | 237 | 107 | 344 | 36 | 105 | 0 | 13 | 422 | 112 | 73 |
| Binary | 10011111 | 1000111 | 11100100 | 11110 | 1000101 | 0 | 1011 | 100010010 | 1001010 | 111011 |
Color Harmonies of #9F47E4
Complementary color
Monochromatic Colors of #9F47E4
Black with #9F47E4
Text Example
Text Example
White with #9F47E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F47E4; }
p { color: rgb(159,71,228); }
H1.HeaderClassName
{
color: #9F47E4;
}
.AnyTagClassName
{
color: #9F47E4;
}
</style>
background-color css
<style>
a { background-color: #9F47E4; }
a { background-color: rgb(159,71,228); }
div.DivClassName
{
background-color: #9F47E4;
}
.BgClassName
{
background-color: #9F47E4;
}
</style>
border-color css
<style>
span { border-color: #9F47E4; }
span { border-color: rgb(159,71,228); }
td.TdClassName
{
border-color: #9F47E4;
}
.TagClassName
{
border-color: #9F47E4;
}
</style>