Shades of Dark Orchid #9F1FCE
Tints of Dark Orchid #9F1FCE
RGB
CMYK
RGB Variations
Color information
#9F1FCE (or 0x9F1FCE) is known color: Dark Orchid. HEX triplet: 9F, 1F and CE. RGB value is (159,31,206). Sum of RGB (Red+Green+Blue) = 159+31+206=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F1FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1FCE is #60E031. Grayscale: #585858. Windows color (decimal): -6348850 or 13508511. OLE color: 13508511.
HSL color Cylindrical-coordinate representation of color #9F1FCE: hue angle of 283.89º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1FCE is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 31 | 206 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.19 |
| HSL | 283.89º | 0.74% | 0.46% | - |
| HSV(B) | 283.89º | 0.85% | 0.81% | - |
| XYZ | 25.93 | 12.81 | 59.5 | - |
| YUV | 89.22 | 193.91 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 206 | 0.23 | 0.85 | 0 | 0.19 | 283.89 | 0.74 | 0.46 |
| Hex | 9F | 1F | CE | 17 | 55 | 0 | 13 | 11C | 4A | 2E |
| Octal | 237 | 37 | 316 | 27 | 125 | 0 | 23 | 434 | 112 | 56 |
| Binary | 10011111 | 11111 | 11001110 | 10111 | 1010101 | 0 | 10011 | 100011100 | 1001010 | 101110 |
Color Harmonies of #9F1FCE
Complementary color
Monochromatic Colors of #9F1FCE
Black with #9F1FCE
Text Example
Text Example
White with #9F1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1FCE; }
p { color: rgb(159,31,206); }
H1.HeaderClassName
{
color: #9F1FCE;
}
.AnyTagClassName
{
color: #9F1FCE;
}
</style>
background-color css
<style>
a { background-color: #9F1FCE; }
a { background-color: rgb(159,31,206); }
div.DivClassName
{
background-color: #9F1FCE;
}
.BgClassName
{
background-color: #9F1FCE;
}
</style>
border-color css
<style>
span { border-color: #9F1FCE; }
span { border-color: rgb(159,31,206); }
td.TdClassName
{
border-color: #9F1FCE;
}
.TagClassName
{
border-color: #9F1FCE;
}
</style>