Shades of Dark Orchid #9F2EBC
Tints of Dark Orchid #9F2EBC
RGB
CMYK
RGB Variations
Color information
#9F2EBC (or 0x9F2EBC) is known color: Dark Orchid. HEX triplet: 9F, 2E and BC. RGB value is (159,46,188). Sum of RGB (Red+Green+Blue) = 159+46+188=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2EBC is #60D143. Grayscale: #5F5F5F. Windows color (decimal): -6345028 or 12332703. OLE color: 12332703.
HSL color Cylindrical-coordinate representation of color #9F2EBC: hue angle of 287.75º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2EBC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 46 | 188 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.26 |
| HSL | 287.75º | 0.61% | 0.46% | - |
| HSV(B) | 287.75º | 0.76% | 0.74% | - |
| XYZ | 24.35 | 12.96 | 48.79 | - |
| YUV | 95.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 188 | 0.15 | 0.76 | 0 | 0.26 | 287.75 | 0.61 | 0.46 |
| Hex | 9F | 2E | BC | F | 4C | 0 | 1A | 120 | 3D | 2E |
| Octal | 237 | 56 | 274 | 17 | 114 | 0 | 32 | 440 | 75 | 56 |
| Binary | 10011111 | 101110 | 10111100 | 1111 | 1001100 | 0 | 11010 | 100100000 | 111101 | 101110 |
Color Harmonies of #9F2EBC
Complementary color
Monochromatic Colors of #9F2EBC
Black with #9F2EBC
Text Example
Text Example
White with #9F2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2EBC; }
p { color: rgb(159,46,188); }
H1.HeaderClassName
{
color: #9F2EBC;
}
.AnyTagClassName
{
color: #9F2EBC;
}
</style>
background-color css
<style>
a { background-color: #9F2EBC; }
a { background-color: rgb(159,46,188); }
div.DivClassName
{
background-color: #9F2EBC;
}
.BgClassName
{
background-color: #9F2EBC;
}
</style>
border-color css
<style>
span { border-color: #9F2EBC; }
span { border-color: rgb(159,46,188); }
td.TdClassName
{
border-color: #9F2EBC;
}
.TagClassName
{
border-color: #9F2EBC;
}
</style>