Shades of Dark Orchid #9F1BDB
Tints of Dark Orchid #9F1BDB
RGB
CMYK
RGB Variations
Color information
#9F1BDB (or 0x9F1BDB) is known color: Dark Orchid. HEX triplet: 9F, 1B and DB. RGB value is (159,27,219). Sum of RGB (Red+Green+Blue) = 159+27+219=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F1BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1BDB is #60E424. Grayscale: #575757. Windows color (decimal): -6349861 or 14359455. OLE color: 14359455.
HSL color Cylindrical-coordinate representation of color #9F1BDB: hue angle of 281.25º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1BDB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 27 | 219 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.14 |
| HSL | 281.25º | 0.78% | 0.48% | - |
| HSV(B) | 281.25º | 0.88% | 0.86% | - |
| XYZ | 27.48 | 13.27 | 68.13 | - |
| YUV | 88.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 219 | 0.27 | 0.88 | 0 | 0.14 | 281.25 | 0.78 | 0.48 |
| Hex | 9F | 1B | DB | 1B | 58 | 0 | E | 119 | 4E | 30 |
| Octal | 237 | 33 | 333 | 33 | 130 | 0 | 16 | 431 | 116 | 60 |
| Binary | 10011111 | 11011 | 11011011 | 11011 | 1011000 | 0 | 1110 | 100011001 | 1001110 | 110000 |
Color Harmonies of #9F1BDB
Complementary color
Monochromatic Colors of #9F1BDB
Black with #9F1BDB
Text Example
Text Example
White with #9F1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1BDB; }
p { color: rgb(159,27,219); }
H1.HeaderClassName
{
color: #9F1BDB;
}
.AnyTagClassName
{
color: #9F1BDB;
}
</style>
background-color css
<style>
a { background-color: #9F1BDB; }
a { background-color: rgb(159,27,219); }
div.DivClassName
{
background-color: #9F1BDB;
}
.BgClassName
{
background-color: #9F1BDB;
}
</style>
border-color css
<style>
span { border-color: #9F1BDB; }
span { border-color: rgb(159,27,219); }
td.TdClassName
{
border-color: #9F1BDB;
}
.TagClassName
{
border-color: #9F1BDB;
}
</style>