Shades of Dark Orchid #9F27BC
Tints of Dark Orchid #9F27BC
RGB
CMYK
RGB Variations
Color information
#9F27BC (or 0x9F27BC) is known color: Dark Orchid. HEX triplet: 9F, 27 and BC. RGB value is (159,39,188). Sum of RGB (Red+Green+Blue) = 159+39+188=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F27BC is #60D843. Grayscale: #5B5B5B. Windows color (decimal): -6346820 or 12330911. OLE color: 12330911.
HSL color Cylindrical-coordinate representation of color #9F27BC: hue angle of 288.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F27BC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 39 | 188 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.26 |
| HSL | 288.32º | 0.66% | 0.45% | - |
| HSV(B) | 288.32º | 0.79% | 0.74% | - |
| XYZ | 24.1 | 12.45 | 48.71 | - |
| YUV | 91.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 188 | 0.15 | 0.79 | 0 | 0.26 | 288.32 | 0.66 | 0.45 |
| Hex | 9F | 27 | BC | F | 4F | 0 | 1A | 120 | 42 | 2D |
| Octal | 237 | 47 | 274 | 17 | 117 | 0 | 32 | 440 | 102 | 55 |
| Binary | 10011111 | 100111 | 10111100 | 1111 | 1001111 | 0 | 11010 | 100100000 | 1000010 | 101101 |
Color Harmonies of #9F27BC
Complementary color
Monochromatic Colors of #9F27BC
Black with #9F27BC
Text Example
Text Example
White with #9F27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F27BC; }
p { color: rgb(159,39,188); }
H1.HeaderClassName
{
color: #9F27BC;
}
.AnyTagClassName
{
color: #9F27BC;
}
</style>
background-color css
<style>
a { background-color: #9F27BC; }
a { background-color: rgb(159,39,188); }
div.DivClassName
{
background-color: #9F27BC;
}
.BgClassName
{
background-color: #9F27BC;
}
</style>
border-color css
<style>
span { border-color: #9F27BC; }
span { border-color: rgb(159,39,188); }
td.TdClassName
{
border-color: #9F27BC;
}
.TagClassName
{
border-color: #9F27BC;
}
</style>