Shades of Dark Orchid #9F27CE
Tints of Dark Orchid #9F27CE
RGB
CMYK
RGB Variations
Color information
#9F27CE (or 0x9F27CE) is known color: Dark Orchid. HEX triplet: 9F, 27 and CE. RGB value is (159,39,206). Sum of RGB (Red+Green+Blue) = 159+39+206=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F27CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F27CE is #60D831. Grayscale: #5D5D5D. Windows color (decimal): -6346802 or 13510559. OLE color: 13510559.
HSL color Cylindrical-coordinate representation of color #9F27CE: hue angle of 283.11º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F27CE is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 39 | 206 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.19 |
| HSL | 283.11º | 0.68% | 0.48% | - |
| HSV(B) | 283.11º | 0.81% | 0.81% | - |
| XYZ | 26.16 | 13.28 | 59.58 | - |
| YUV | 93.92 | 191.26 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 206 | 0.23 | 0.81 | 0 | 0.19 | 283.11 | 0.68 | 0.48 |
| Hex | 9F | 27 | CE | 17 | 51 | 0 | 13 | 11B | 44 | 30 |
| Octal | 237 | 47 | 316 | 27 | 121 | 0 | 23 | 433 | 104 | 60 |
| Binary | 10011111 | 100111 | 11001110 | 10111 | 1010001 | 0 | 10011 | 100011011 | 1000100 | 110000 |
Color Harmonies of #9F27CE
Complementary color
Monochromatic Colors of #9F27CE
Black with #9F27CE
Text Example
Text Example
White with #9F27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F27CE; }
p { color: rgb(159,39,206); }
H1.HeaderClassName
{
color: #9F27CE;
}
.AnyTagClassName
{
color: #9F27CE;
}
</style>
background-color css
<style>
a { background-color: #9F27CE; }
a { background-color: rgb(159,39,206); }
div.DivClassName
{
background-color: #9F27CE;
}
.BgClassName
{
background-color: #9F27CE;
}
</style>
border-color css
<style>
span { border-color: #9F27CE; }
span { border-color: rgb(159,39,206); }
td.TdClassName
{
border-color: #9F27CE;
}
.TagClassName
{
border-color: #9F27CE;
}
</style>