Shades of Dark Orchid #9F1FBC
Tints of Dark Orchid #9F1FBC
RGB
CMYK
RGB Variations
Color information
#9F1FBC (or 0x9F1FBC) is known color: Dark Orchid. HEX triplet: 9F, 1F and BC. RGB value is (159,31,188). Sum of RGB (Red+Green+Blue) = 159+31+188=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F1FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1FBC is #60E043. Grayscale: #565656. Windows color (decimal): -6348868 or 12328863. OLE color: 12328863.
HSL color Cylindrical-coordinate representation of color #9F1FBC: hue angle of 288.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1FBC is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 31 | 188 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.26 |
| HSL | 288.92º | 0.72% | 0.43% | - |
| HSV(B) | 288.92º | 0.84% | 0.74% | - |
| XYZ | 23.87 | 11.98 | 48.63 | - |
| YUV | 87.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 188 | 0.15 | 0.84 | 0 | 0.26 | 288.92 | 0.72 | 0.43 |
| Hex | 9F | 1F | BC | F | 54 | 0 | 1A | 121 | 48 | 2B |
| Octal | 237 | 37 | 274 | 17 | 124 | 0 | 32 | 441 | 110 | 53 |
| Binary | 10011111 | 11111 | 10111100 | 1111 | 1010100 | 0 | 11010 | 100100001 | 1001000 | 101011 |
Color Harmonies of #9F1FBC
Complementary color
Monochromatic Colors of #9F1FBC
Black with #9F1FBC
Text Example
Text Example
White with #9F1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1FBC; }
p { color: rgb(159,31,188); }
H1.HeaderClassName
{
color: #9F1FBC;
}
.AnyTagClassName
{
color: #9F1FBC;
}
</style>
background-color css
<style>
a { background-color: #9F1FBC; }
a { background-color: rgb(159,31,188); }
div.DivClassName
{
background-color: #9F1FBC;
}
.BgClassName
{
background-color: #9F1FBC;
}
</style>
border-color css
<style>
span { border-color: #9F1FBC; }
span { border-color: rgb(159,31,188); }
td.TdClassName
{
border-color: #9F1FBC;
}
.TagClassName
{
border-color: #9F1FBC;
}
</style>