Shades of Dark Orchid #9F1DBB
Tints of Dark Orchid #9F1DBB
RGB
CMYK
RGB Variations
Color information
#9F1DBB (or 0x9F1DBB) is known color: Dark Orchid. HEX triplet: 9F, 1D and BB. RGB value is (159,29,187). Sum of RGB (Red+Green+Blue) = 159+29+187=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1DBB is #60E244. Grayscale: #555555. Windows color (decimal): -6349381 or 12262815. OLE color: 12262815.
HSL color Cylindrical-coordinate representation of color #9F1DBB: hue angle of 289.37º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1DBB is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 29 | 187 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.27 |
| HSL | 289.37º | 0.73% | 0.42% | - |
| HSV(B) | 289.37º | 0.84% | 0.73% | - |
| XYZ | 23.71 | 11.84 | 48.05 | - |
| YUV | 85.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 187 | 0.15 | 0.84 | 0 | 0.27 | 289.37 | 0.73 | 0.42 |
| Hex | 9F | 1D | BB | F | 54 | 0 | 1B | 121 | 49 | 2A |
| Octal | 237 | 35 | 273 | 17 | 124 | 0 | 33 | 441 | 111 | 52 |
| Binary | 10011111 | 11101 | 10111011 | 1111 | 1010100 | 0 | 11011 | 100100001 | 1001001 | 101010 |
Color Harmonies of #9F1DBB
Complementary color
Monochromatic Colors of #9F1DBB
Black with #9F1DBB
Text Example
Text Example
White with #9F1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1DBB; }
p { color: rgb(159,29,187); }
H1.HeaderClassName
{
color: #9F1DBB;
}
.AnyTagClassName
{
color: #9F1DBB;
}
</style>
background-color css
<style>
a { background-color: #9F1DBB; }
a { background-color: rgb(159,29,187); }
div.DivClassName
{
background-color: #9F1DBB;
}
.BgClassName
{
background-color: #9F1DBB;
}
</style>
border-color css
<style>
span { border-color: #9F1DBB; }
span { border-color: rgb(159,29,187); }
td.TdClassName
{
border-color: #9F1DBB;
}
.TagClassName
{
border-color: #9F1DBB;
}
</style>