Shades of Dark Orchid #9F27DD
Tints of Dark Orchid #9F27DD
RGB
CMYK
RGB Variations
Color information
#9F27DD (or 0x9F27DD) is known color: Dark Orchid. HEX triplet: 9F, 27 and DD. RGB value is (159,39,221). Sum of RGB (Red+Green+Blue) = 159+39+221=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F27DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F27DD is #60D822. Grayscale: #5F5F5F. Windows color (decimal): -6346787 or 14493599. OLE color: 14493599.
HSL color Cylindrical-coordinate representation of color #9F27DD: hue angle of 279.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F27DD is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 39 | 221 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.13 |
| HSL | 279.56º | 0.73% | 0.51% | - |
| HSV(B) | 279.56º | 0.82% | 0.87% | - |
| XYZ | 28.07 | 14.04 | 69.64 | - |
| YUV | 95.63 | 198.76 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 221 | 0.28 | 0.82 | 0 | 0.13 | 279.56 | 0.73 | 0.51 |
| Hex | 9F | 27 | DD | 1C | 52 | 0 | D | 118 | 49 | 33 |
| Octal | 237 | 47 | 335 | 34 | 122 | 0 | 15 | 430 | 111 | 63 |
| Binary | 10011111 | 100111 | 11011101 | 11100 | 1010010 | 0 | 1101 | 100011000 | 1001001 | 110011 |
Color Harmonies of #9F27DD
Complementary color
Monochromatic Colors of #9F27DD
Black with #9F27DD
Text Example
Text Example
White with #9F27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F27DD; }
p { color: rgb(159,39,221); }
H1.HeaderClassName
{
color: #9F27DD;
}
.AnyTagClassName
{
color: #9F27DD;
}
</style>
background-color css
<style>
a { background-color: #9F27DD; }
a { background-color: rgb(159,39,221); }
div.DivClassName
{
background-color: #9F27DD;
}
.BgClassName
{
background-color: #9F27DD;
}
</style>
border-color css
<style>
span { border-color: #9F27DD; }
span { border-color: rgb(159,39,221); }
td.TdClassName
{
border-color: #9F27DD;
}
.TagClassName
{
border-color: #9F27DD;
}
</style>