Shades of Dark Orchid #9F1CCF
Tints of Dark Orchid #9F1CCF
RGB
CMYK
RGB Variations
Color information
#9F1CCF (or 0x9F1CCF) is known color: Dark Orchid. HEX triplet: 9F, 1C and CF. RGB value is (159,28,207). Sum of RGB (Red+Green+Blue) = 159+28+207=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F1CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1CCF is #60E330. Grayscale: #565656. Windows color (decimal): -6349617 or 13573279. OLE color: 13573279.
HSL color Cylindrical-coordinate representation of color #9F1CCF: hue angle of 283.91º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1CCF is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 28 | 207 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.19 |
| HSL | 283.91º | 0.76% | 0.46% | - |
| HSV(B) | 283.91º | 0.86% | 0.81% | - |
| XYZ | 25.98 | 12.71 | 60.12 | - |
| YUV | 87.58 | 195.4 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 28 | 207 | 0.23 | 0.86 | 0 | 0.19 | 283.91 | 0.76 | 0.46 |
| Hex | 9F | 1C | CF | 17 | 56 | 0 | 13 | 11C | 4C | 2E |
| Octal | 237 | 34 | 317 | 27 | 126 | 0 | 23 | 434 | 114 | 56 |
| Binary | 10011111 | 11100 | 11001111 | 10111 | 1010110 | 0 | 10011 | 100011100 | 1001100 | 101110 |
Color Harmonies of #9F1CCF
Complementary color
Monochromatic Colors of #9F1CCF
Black with #9F1CCF
Text Example
Text Example
White with #9F1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1CCF; }
p { color: rgb(159,28,207); }
H1.HeaderClassName
{
color: #9F1CCF;
}
.AnyTagClassName
{
color: #9F1CCF;
}
</style>
background-color css
<style>
a { background-color: #9F1CCF; }
a { background-color: rgb(159,28,207); }
div.DivClassName
{
background-color: #9F1CCF;
}
.BgClassName
{
background-color: #9F1CCF;
}
</style>
border-color css
<style>
span { border-color: #9F1CCF; }
span { border-color: rgb(159,28,207); }
td.TdClassName
{
border-color: #9F1CCF;
}
.TagClassName
{
border-color: #9F1CCF;
}
</style>