Shades of Dark Orchid #9F2FBC
Tints of Dark Orchid #9F2FBC
RGB
CMYK
RGB Variations
Color information
#9F2FBC (or 0x9F2FBC) is known color: Dark Orchid. HEX triplet: 9F, 2F and BC. RGB value is (159,47,188). Sum of RGB (Red+Green+Blue) = 159+47+188=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F2FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2FBC is #60D043. Grayscale: #606060. Windows color (decimal): -6344772 or 12332959. OLE color: 12332959.
HSL color Cylindrical-coordinate representation of color #9F2FBC: hue angle of 287.66º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2FBC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 47 | 188 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.26 |
| HSL | 287.66º | 0.6% | 0.46% | - |
| HSV(B) | 287.66º | 0.75% | 0.74% | - |
| XYZ | 24.39 | 13.03 | 48.81 | - |
| YUV | 96.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 188 | 0.15 | 0.75 | 0 | 0.26 | 287.66 | 0.6 | 0.46 |
| Hex | 9F | 2F | BC | F | 4B | 0 | 1A | 120 | 3C | 2E |
| Octal | 237 | 57 | 274 | 17 | 113 | 0 | 32 | 440 | 74 | 56 |
| Binary | 10011111 | 101111 | 10111100 | 1111 | 1001011 | 0 | 11010 | 100100000 | 111100 | 101110 |
Color Harmonies of #9F2FBC
Complementary color
Monochromatic Colors of #9F2FBC
Black with #9F2FBC
Text Example
Text Example
White with #9F2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2FBC; }
p { color: rgb(159,47,188); }
H1.HeaderClassName
{
color: #9F2FBC;
}
.AnyTagClassName
{
color: #9F2FBC;
}
</style>
background-color css
<style>
a { background-color: #9F2FBC; }
a { background-color: rgb(159,47,188); }
div.DivClassName
{
background-color: #9F2FBC;
}
.BgClassName
{
background-color: #9F2FBC;
}
</style>
border-color css
<style>
span { border-color: #9F2FBC; }
span { border-color: rgb(159,47,188); }
td.TdClassName
{
border-color: #9F2FBC;
}
.TagClassName
{
border-color: #9F2FBC;
}
</style>