Shades of Dark Orchid #9F1FCD
Tints of Dark Orchid #9F1FCD
RGB
CMYK
RGB Variations
Color information
#9F1FCD (or 0x9F1FCD) is known color: Dark Orchid. HEX triplet: 9F, 1F and CD. RGB value is (159,31,205). Sum of RGB (Red+Green+Blue) = 159+31+205=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F1FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1FCD is #60E032. Grayscale: #585858. Windows color (decimal): -6348851 or 13442975. OLE color: 13442975.
HSL color Cylindrical-coordinate representation of color #9F1FCD: hue angle of 284.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1FCD is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 31 | 205 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.20 |
| HSL | 284.14º | 0.74% | 0.46% | - |
| HSV(B) | 284.14º | 0.85% | 0.8% | - |
| XYZ | 25.81 | 12.76 | 58.86 | - |
| YUV | 89.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 205 | 0.22 | 0.85 | 0 | 0.20 | 284.14 | 0.74 | 0.46 |
| Hex | 9F | 1F | CD | 16 | 55 | 0 | 14 | 11C | 4A | 2E |
| Octal | 237 | 37 | 315 | 26 | 125 | 0 | 24 | 434 | 112 | 56 |
| Binary | 10011111 | 11111 | 11001101 | 10110 | 1010101 | 0 | 10100 | 100011100 | 1001010 | 101110 |
Color Harmonies of #9F1FCD
Complementary color
Monochromatic Colors of #9F1FCD
Black with #9F1FCD
Text Example
Text Example
White with #9F1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1FCD; }
p { color: rgb(159,31,205); }
H1.HeaderClassName
{
color: #9F1FCD;
}
.AnyTagClassName
{
color: #9F1FCD;
}
</style>
background-color css
<style>
a { background-color: #9F1FCD; }
a { background-color: rgb(159,31,205); }
div.DivClassName
{
background-color: #9F1FCD;
}
.BgClassName
{
background-color: #9F1FCD;
}
</style>
border-color css
<style>
span { border-color: #9F1FCD; }
span { border-color: rgb(159,31,205); }
td.TdClassName
{
border-color: #9F1FCD;
}
.TagClassName
{
border-color: #9F1FCD;
}
</style>