Shades of Dark Orchid #9F1DBE
Tints of Dark Orchid #9F1DBE
RGB
CMYK
RGB Variations
Color information
#9F1DBE (or 0x9F1DBE) is known color: Dark Orchid. HEX triplet: 9F, 1D and BE. RGB value is (159,29,190). Sum of RGB (Red+Green+Blue) = 159+29+190=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F1DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1DBE is #60E241. Grayscale: #555555. Windows color (decimal): -6349378 or 12459423. OLE color: 12459423.
HSL color Cylindrical-coordinate representation of color #9F1DBE: hue angle of 288.45º 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 #9F1DBE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 29 | 190 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.25 |
| HSL | 288.45º | 0.74% | 0.43% | - |
| HSV(B) | 288.45º | 0.85% | 0.75% | - |
| XYZ | 24.03 | 11.97 | 49.76 | - |
| YUV | 86.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 190 | 0.16 | 0.85 | 0 | 0.25 | 288.45 | 0.74 | 0.43 |
| Hex | 9F | 1D | BE | 10 | 55 | 0 | 19 | 120 | 4A | 2B |
| Octal | 237 | 35 | 276 | 20 | 125 | 0 | 31 | 440 | 112 | 53 |
| Binary | 10011111 | 11101 | 10111110 | 10000 | 1010101 | 0 | 11001 | 100100000 | 1001010 | 101011 |
Color Harmonies of #9F1DBE
Complementary color
Monochromatic Colors of #9F1DBE
Black with #9F1DBE
Text Example
Text Example
White with #9F1DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1DBE; }
p { color: rgb(159,29,190); }
H1.HeaderClassName
{
color: #9F1DBE;
}
.AnyTagClassName
{
color: #9F1DBE;
}
</style>
background-color css
<style>
a { background-color: #9F1DBE; }
a { background-color: rgb(159,29,190); }
div.DivClassName
{
background-color: #9F1DBE;
}
.BgClassName
{
background-color: #9F1DBE;
}
</style>
border-color css
<style>
span { border-color: #9F1DBE; }
span { border-color: rgb(159,29,190); }
td.TdClassName
{
border-color: #9F1DBE;
}
.TagClassName
{
border-color: #9F1DBE;
}
</style>