Shades of Dark Orchid #9F3FBC
Tints of Dark Orchid #9F3FBC
RGB
CMYK
RGB Variations
Color information
#9F3FBC (or 0x9F3FBC) is known color: Dark Orchid. HEX triplet: 9F, 3F and BC. RGB value is (159,63,188). Sum of RGB (Red+Green+Blue) = 159+63+188=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F3FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3FBC is #60C043. Grayscale: #696969. Windows color (decimal): -6340676 or 12337055. OLE color: 12337055.
HSL color Cylindrical-coordinate representation of color #9F3FBC: hue angle of 286.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3FBC is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 63 | 188 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.26 |
| HSL | 286.08º | 0.5% | 0.49% | - |
| HSV(B) | 286.08º | 0.66% | 0.74% | - |
| XYZ | 25.15 | 14.56 | 49.06 | - |
| YUV | 105.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 188 | 0.15 | 0.66 | 0 | 0.26 | 286.08 | 0.5 | 0.49 |
| Hex | 9F | 3F | BC | F | 42 | 0 | 1A | 11E | 32 | 31 |
| Octal | 237 | 77 | 274 | 17 | 102 | 0 | 32 | 436 | 62 | 61 |
| Binary | 10011111 | 111111 | 10111100 | 1111 | 1000010 | 0 | 11010 | 100011110 | 110010 | 110001 |
Color Harmonies of #9F3FBC
Complementary color
Monochromatic Colors of #9F3FBC
Black with #9F3FBC
Text Example
Text Example
White with #9F3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3FBC; }
p { color: rgb(159,63,188); }
H1.HeaderClassName
{
color: #9F3FBC;
}
.AnyTagClassName
{
color: #9F3FBC;
}
</style>
background-color css
<style>
a { background-color: #9F3FBC; }
a { background-color: rgb(159,63,188); }
div.DivClassName
{
background-color: #9F3FBC;
}
.BgClassName
{
background-color: #9F3FBC;
}
</style>
border-color css
<style>
span { border-color: #9F3FBC; }
span { border-color: rgb(159,63,188); }
td.TdClassName
{
border-color: #9F3FBC;
}
.TagClassName
{
border-color: #9F3FBC;
}
</style>