Shades of Dark Orchid #9F1ADB
Tints of Dark Orchid #9F1ADB
RGB
CMYK
RGB Variations
Color information
#9F1ADB (or 0x9F1ADB) is known color: Dark Orchid. HEX triplet: 9F, 1A and DB. RGB value is (159,26,219). Sum of RGB (Red+Green+Blue) = 159+26+219=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F1ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1ADB is #60E524. Grayscale: #575757. Windows color (decimal): -6350117 or 14359199. OLE color: 14359199.
HSL color Cylindrical-coordinate representation of color #9F1ADB: hue angle of 281.35º degrees, saturation: 0.79, 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 #9F1ADB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 26 | 219 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.14 |
| HSL | 281.35º | 0.79% | 0.48% | - |
| HSV(B) | 281.35º | 0.88% | 0.86% | - |
| XYZ | 27.45 | 13.22 | 68.12 | - |
| YUV | 87.77 | 202.06 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 219 | 0.27 | 0.88 | 0 | 0.14 | 281.35 | 0.79 | 0.48 |
| Hex | 9F | 1A | DB | 1B | 58 | 0 | E | 119 | 4F | 30 |
| Octal | 237 | 32 | 333 | 33 | 130 | 0 | 16 | 431 | 117 | 60 |
| Binary | 10011111 | 11010 | 11011011 | 11011 | 1011000 | 0 | 1110 | 100011001 | 1001111 | 110000 |
Color Harmonies of #9F1ADB
Complementary color
Monochromatic Colors of #9F1ADB
Black with #9F1ADB
Text Example
Text Example
White with #9F1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1ADB; }
p { color: rgb(159,26,219); }
H1.HeaderClassName
{
color: #9F1ADB;
}
.AnyTagClassName
{
color: #9F1ADB;
}
</style>
background-color css
<style>
a { background-color: #9F1ADB; }
a { background-color: rgb(159,26,219); }
div.DivClassName
{
background-color: #9F1ADB;
}
.BgClassName
{
background-color: #9F1ADB;
}
</style>
border-color css
<style>
span { border-color: #9F1ADB; }
span { border-color: rgb(159,26,219); }
td.TdClassName
{
border-color: #9F1ADB;
}
.TagClassName
{
border-color: #9F1ADB;
}
</style>