Shades of Dark Orchid #9F18BE
Tints of Dark Orchid #9F18BE
RGB
CMYK
RGB Variations
Color information
#9F18BE (or 0x9F18BE) is known color: Dark Orchid. HEX triplet: 9F, 18 and BE. RGB value is (159,24,190). Sum of RGB (Red+Green+Blue) = 159+24+190=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F18BE is #60E741. Grayscale: #525252. Windows color (decimal): -6350658 or 12458143. OLE color: 12458143.
HSL color Cylindrical-coordinate representation of color #9F18BE: hue angle of 288.8º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F18BE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 24 | 190 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.25 |
| HSL | 288.8º | 0.78% | 0.42% | - |
| HSV(B) | 288.8º | 0.87% | 0.75% | - |
| XYZ | 23.92 | 11.74 | 49.72 | - |
| YUV | 83.29 | 188.23 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 190 | 0.16 | 0.87 | 0 | 0.25 | 288.8 | 0.78 | 0.42 |
| Hex | 9F | 18 | BE | 10 | 57 | 0 | 19 | 121 | 4E | 2A |
| Octal | 237 | 30 | 276 | 20 | 127 | 0 | 31 | 441 | 116 | 52 |
| Binary | 10011111 | 11000 | 10111110 | 10000 | 1010111 | 0 | 11001 | 100100001 | 1001110 | 101010 |
Color Harmonies of #9F18BE
Complementary color
Monochromatic Colors of #9F18BE
Black with #9F18BE
Text Example
Text Example
White with #9F18BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F18BE; }
p { color: rgb(159,24,190); }
H1.HeaderClassName
{
color: #9F18BE;
}
.AnyTagClassName
{
color: #9F18BE;
}
</style>
background-color css
<style>
a { background-color: #9F18BE; }
a { background-color: rgb(159,24,190); }
div.DivClassName
{
background-color: #9F18BE;
}
.BgClassName
{
background-color: #9F18BE;
}
</style>
border-color css
<style>
span { border-color: #9F18BE; }
span { border-color: rgb(159,24,190); }
td.TdClassName
{
border-color: #9F18BE;
}
.TagClassName
{
border-color: #9F18BE;
}
</style>