Shades of Dark Orchid #9F1DBC
Tints of Dark Orchid #9F1DBC
RGB
CMYK
RGB Variations
Color information
#9F1DBC (or 0x9F1DBC) is known color: Dark Orchid. HEX triplet: 9F, 1D and BC. RGB value is (159,29,188). Sum of RGB (Red+Green+Blue) = 159+29+188=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F1DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1DBC is #60E243. Grayscale: #555555. Windows color (decimal): -6349380 or 12328351. OLE color: 12328351.
HSL color Cylindrical-coordinate representation of color #9F1DBC: hue angle of 289.06º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1DBC is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 29 | 188 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.26 |
| HSL | 289.06º | 0.73% | 0.43% | - |
| HSV(B) | 289.06º | 0.85% | 0.74% | - |
| XYZ | 23.81 | 11.88 | 48.61 | - |
| YUV | 86 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 188 | 0.15 | 0.85 | 0 | 0.26 | 289.06 | 0.73 | 0.43 |
| Hex | 9F | 1D | BC | F | 55 | 0 | 1A | 121 | 49 | 2B |
| Octal | 237 | 35 | 274 | 17 | 125 | 0 | 32 | 441 | 111 | 53 |
| Binary | 10011111 | 11101 | 10111100 | 1111 | 1010101 | 0 | 11010 | 100100001 | 1001001 | 101011 |
Color Harmonies of #9F1DBC
Complementary color
Monochromatic Colors of #9F1DBC
Black with #9F1DBC
Text Example
Text Example
White with #9F1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1DBC; }
p { color: rgb(159,29,188); }
H1.HeaderClassName
{
color: #9F1DBC;
}
.AnyTagClassName
{
color: #9F1DBC;
}
</style>
background-color css
<style>
a { background-color: #9F1DBC; }
a { background-color: rgb(159,29,188); }
div.DivClassName
{
background-color: #9F1DBC;
}
.BgClassName
{
background-color: #9F1DBC;
}
</style>
border-color css
<style>
span { border-color: #9F1DBC; }
span { border-color: rgb(159,29,188); }
td.TdClassName
{
border-color: #9F1DBC;
}
.TagClassName
{
border-color: #9F1DBC;
}
</style>