Shades of Dark Orchid #9F19CE
Tints of Dark Orchid #9F19CE
RGB
CMYK
RGB Variations
Color information
#9F19CE (or 0x9F19CE) is known color: Dark Orchid. HEX triplet: 9F, 19 and CE. RGB value is (159,25,206). Sum of RGB (Red+Green+Blue) = 159+25+206=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F19CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19CE is #60E631. Grayscale: #555555. Windows color (decimal): -6350386 or 13506975. OLE color: 13506975.
HSL color Cylindrical-coordinate representation of color #9F19CE: hue angle of 284.42º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F19CE is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 25 | 206 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.19 |
| HSL | 284.42º | 0.78% | 0.45% | - |
| HSV(B) | 284.42º | 0.88% | 0.81% | - |
| XYZ | 25.79 | 12.52 | 59.45 | - |
| YUV | 85.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 206 | 0.23 | 0.88 | 0 | 0.19 | 284.42 | 0.78 | 0.45 |
| Hex | 9F | 19 | CE | 17 | 58 | 0 | 13 | 11C | 4E | 2D |
| Octal | 237 | 31 | 316 | 27 | 130 | 0 | 23 | 434 | 116 | 55 |
| Binary | 10011111 | 11001 | 11001110 | 10111 | 1011000 | 0 | 10011 | 100011100 | 1001110 | 101101 |
Color Harmonies of #9F19CE
Complementary color
Monochromatic Colors of #9F19CE
Black with #9F19CE
Text Example
Text Example
White with #9F19CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F19CE; }
p { color: rgb(159,25,206); }
H1.HeaderClassName
{
color: #9F19CE;
}
.AnyTagClassName
{
color: #9F19CE;
}
</style>
background-color css
<style>
a { background-color: #9F19CE; }
a { background-color: rgb(159,25,206); }
div.DivClassName
{
background-color: #9F19CE;
}
.BgClassName
{
background-color: #9F19CE;
}
</style>
border-color css
<style>
span { border-color: #9F19CE; }
span { border-color: rgb(159,25,206); }
td.TdClassName
{
border-color: #9F19CE;
}
.TagClassName
{
border-color: #9F19CE;
}
</style>