Shades of Dark Orchid #9F1DBF
Tints of Dark Orchid #9F1DBF
RGB
CMYK
RGB Variations
Color information
#9F1DBF (or 0x9F1DBF) is known color: Dark Orchid. HEX triplet: 9F, 1D and BF. RGB value is (159,29,191). Sum of RGB (Red+Green+Blue) = 159+29+191=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F1DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1DBF is #60E240. Grayscale: #555555. Windows color (decimal): -6349377 or 12524959. OLE color: 12524959.
HSL color Cylindrical-coordinate representation of color #9F1DBF: hue angle of 288.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1DBF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 29 | 191 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.25 |
| HSL | 288.15º | 0.74% | 0.43% | - |
| HSV(B) | 288.15º | 0.85% | 0.75% | - |
| XYZ | 24.14 | 12.01 | 50.34 | - |
| YUV | 86.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 191 | 0.17 | 0.85 | 0 | 0.25 | 288.15 | 0.74 | 0.43 |
| Hex | 9F | 1D | BF | 11 | 55 | 0 | 19 | 120 | 4A | 2B |
| Octal | 237 | 35 | 277 | 21 | 125 | 0 | 31 | 440 | 112 | 53 |
| Binary | 10011111 | 11101 | 10111111 | 10001 | 1010101 | 0 | 11001 | 100100000 | 1001010 | 101011 |
Color Harmonies of #9F1DBF
Complementary color
Monochromatic Colors of #9F1DBF
Black with #9F1DBF
Text Example
Text Example
White with #9F1DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1DBF; }
p { color: rgb(159,29,191); }
H1.HeaderClassName
{
color: #9F1DBF;
}
.AnyTagClassName
{
color: #9F1DBF;
}
</style>
background-color css
<style>
a { background-color: #9F1DBF; }
a { background-color: rgb(159,29,191); }
div.DivClassName
{
background-color: #9F1DBF;
}
.BgClassName
{
background-color: #9F1DBF;
}
</style>
border-color css
<style>
span { border-color: #9F1DBF; }
span { border-color: rgb(159,29,191); }
td.TdClassName
{
border-color: #9F1DBF;
}
.TagClassName
{
border-color: #9F1DBF;
}
</style>