Shades of Dark Orchid #9F18CA
Tints of Dark Orchid #9F18CA
RGB
CMYK
RGB Variations
Color information
#9F18CA (or 0x9F18CA) is known color: Dark Orchid. HEX triplet: 9F, 18 and CA. RGB value is (159,24,202). Sum of RGB (Red+Green+Blue) = 159+24+202=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F18CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F18CA is #60E735. Grayscale: #545454. Windows color (decimal): -6350646 or 13244575. OLE color: 13244575.
HSL color Cylindrical-coordinate representation of color #9F18CA: hue angle of 285.51º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F18CA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 24 | 202 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.21 |
| HSL | 285.51º | 0.79% | 0.44% | - |
| HSV(B) | 285.51º | 0.88% | 0.79% | - |
| XYZ | 25.29 | 12.29 | 56.92 | - |
| YUV | 84.66 | 194.23 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 202 | 0.21 | 0.88 | 0 | 0.21 | 285.51 | 0.79 | 0.44 |
| Hex | 9F | 18 | CA | 15 | 58 | 0 | 15 | 11E | 4F | 2C |
| Octal | 237 | 30 | 312 | 25 | 130 | 0 | 25 | 436 | 117 | 54 |
| Binary | 10011111 | 11000 | 11001010 | 10101 | 1011000 | 0 | 10101 | 100011110 | 1001111 | 101100 |
Color Harmonies of #9F18CA
Complementary color
Monochromatic Colors of #9F18CA
Black with #9F18CA
Text Example
Text Example
White with #9F18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F18CA; }
p { color: rgb(159,24,202); }
H1.HeaderClassName
{
color: #9F18CA;
}
.AnyTagClassName
{
color: #9F18CA;
}
</style>
background-color css
<style>
a { background-color: #9F18CA; }
a { background-color: rgb(159,24,202); }
div.DivClassName
{
background-color: #9F18CA;
}
.BgClassName
{
background-color: #9F18CA;
}
</style>
border-color css
<style>
span { border-color: #9F18CA; }
span { border-color: rgb(159,24,202); }
td.TdClassName
{
border-color: #9F18CA;
}
.TagClassName
{
border-color: #9F18CA;
}
</style>