Shades of Dark Orchid #9F2FDB
Tints of Dark Orchid #9F2FDB
RGB
CMYK
RGB Variations
Color information
#9F2FDB (or 0x9F2FDB) is known color: Dark Orchid. HEX triplet: 9F, 2F and DB. RGB value is (159,47,219). Sum of RGB (Red+Green+Blue) = 159+47+219=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F2FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2FDB is #60D024. Grayscale: #636363. Windows color (decimal): -6344741 or 14364575. OLE color: 14364575.
HSL color Cylindrical-coordinate representation of color #9F2FDB: hue angle of 279.07º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2FDB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 47 | 219 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.14 |
| HSL | 279.07º | 0.7% | 0.52% | - |
| HSV(B) | 279.07º | 0.79% | 0.86% | - |
| XYZ | 28.1 | 14.52 | 68.34 | - |
| YUV | 100.1 | 195.11 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 219 | 0.27 | 0.79 | 0 | 0.14 | 279.07 | 0.7 | 0.52 |
| Hex | 9F | 2F | DB | 1B | 4F | 0 | E | 117 | 46 | 34 |
| Octal | 237 | 57 | 333 | 33 | 117 | 0 | 16 | 427 | 106 | 64 |
| Binary | 10011111 | 101111 | 11011011 | 11011 | 1001111 | 0 | 1110 | 100010111 | 1000110 | 110100 |
Color Harmonies of #9F2FDB
Complementary color
Monochromatic Colors of #9F2FDB
Black with #9F2FDB
Text Example
Text Example
White with #9F2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2FDB; }
p { color: rgb(159,47,219); }
H1.HeaderClassName
{
color: #9F2FDB;
}
.AnyTagClassName
{
color: #9F2FDB;
}
</style>
background-color css
<style>
a { background-color: #9F2FDB; }
a { background-color: rgb(159,47,219); }
div.DivClassName
{
background-color: #9F2FDB;
}
.BgClassName
{
background-color: #9F2FDB;
}
</style>
border-color css
<style>
span { border-color: #9F2FDB; }
span { border-color: rgb(159,47,219); }
td.TdClassName
{
border-color: #9F2FDB;
}
.TagClassName
{
border-color: #9F2FDB;
}
</style>