Shades of Dark Orchid #9F2FDF
Tints of Dark Orchid #9F2FDF
RGB
CMYK
RGB Variations
Color information
#9F2FDF (or 0x9F2FDF) is known color: Dark Orchid. HEX triplet: 9F, 2F and DF. RGB value is (159,47,223). Sum of RGB (Red+Green+Blue) = 159+47+223=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F2FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2FDF is #60D020. Grayscale: #636363. Windows color (decimal): -6344737 or 14626719. OLE color: 14626719.
HSL color Cylindrical-coordinate representation of color #9F2FDF: hue angle of 278.18º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2FDF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 47 | 223 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.13 |
| HSL | 278.18º | 0.73% | 0.53% | - |
| HSV(B) | 278.18º | 0.79% | 0.87% | - |
| XYZ | 28.63 | 14.73 | 71.15 | - |
| YUV | 100.55 | 197.11 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 223 | 0.29 | 0.79 | 0 | 0.13 | 278.18 | 0.73 | 0.53 |
| Hex | 9F | 2F | DF | 1D | 4F | 0 | D | 116 | 49 | 35 |
| Octal | 237 | 57 | 337 | 35 | 117 | 0 | 15 | 426 | 111 | 65 |
| Binary | 10011111 | 101111 | 11011111 | 11101 | 1001111 | 0 | 1101 | 100010110 | 1001001 | 110101 |
Color Harmonies of #9F2FDF
Complementary color
Monochromatic Colors of #9F2FDF
Black with #9F2FDF
Text Example
Text Example
White with #9F2FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2FDF; }
p { color: rgb(159,47,223); }
H1.HeaderClassName
{
color: #9F2FDF;
}
.AnyTagClassName
{
color: #9F2FDF;
}
</style>
background-color css
<style>
a { background-color: #9F2FDF; }
a { background-color: rgb(159,47,223); }
div.DivClassName
{
background-color: #9F2FDF;
}
.BgClassName
{
background-color: #9F2FDF;
}
</style>
border-color css
<style>
span { border-color: #9F2FDF; }
span { border-color: rgb(159,47,223); }
td.TdClassName
{
border-color: #9F2FDF;
}
.TagClassName
{
border-color: #9F2FDF;
}
</style>