Shades of Dark Orchid #9F31BA
Tints of Dark Orchid #9F31BA
RGB
CMYK
RGB Variations
Color information
#9F31BA (or 0x9F31BA) is known color: Dark Orchid. HEX triplet: 9F, 31 and BA. RGB value is (159,49,186). Sum of RGB (Red+Green+Blue) = 159+49+186=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F31BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F31BA is #60CE45. Grayscale: #616161. Windows color (decimal): -6344262 or 12202399. OLE color: 12202399.
HSL color Cylindrical-coordinate representation of color #9F31BA: hue angle of 288.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F31BA is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 49 | 186 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.27 |
| HSL | 288.18º | 0.58% | 0.46% | - |
| HSV(B) | 288.18º | 0.74% | 0.73% | - |
| XYZ | 24.26 | 13.11 | 47.71 | - |
| YUV | 97.51 | 177.94 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 186 | 0.15 | 0.74 | 0 | 0.27 | 288.18 | 0.58 | 0.46 |
| Hex | 9F | 31 | BA | F | 4A | 0 | 1B | 120 | 3A | 2E |
| Octal | 237 | 61 | 272 | 17 | 112 | 0 | 33 | 440 | 72 | 56 |
| Binary | 10011111 | 110001 | 10111010 | 1111 | 1001010 | 0 | 11011 | 100100000 | 111010 | 101110 |
Color Harmonies of #9F31BA
Complementary color
Monochromatic Colors of #9F31BA
Black with #9F31BA
Text Example
Text Example
White with #9F31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31BA; }
p { color: rgb(159,49,186); }
H1.HeaderClassName
{
color: #9F31BA;
}
.AnyTagClassName
{
color: #9F31BA;
}
</style>
background-color css
<style>
a { background-color: #9F31BA; }
a { background-color: rgb(159,49,186); }
div.DivClassName
{
background-color: #9F31BA;
}
.BgClassName
{
background-color: #9F31BA;
}
</style>
border-color css
<style>
span { border-color: #9F31BA; }
span { border-color: rgb(159,49,186); }
td.TdClassName
{
border-color: #9F31BA;
}
.TagClassName
{
border-color: #9F31BA;
}
</style>