Shades of Dark Orchid #9F20CA
Tints of Dark Orchid #9F20CA
RGB
CMYK
RGB Variations
Color information
#9F20CA (or 0x9F20CA) is known color: Dark Orchid. HEX triplet: 9F, 20 and CA. RGB value is (159,32,202). Sum of RGB (Red+Green+Blue) = 159+32+202=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F20CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F20CA is #60DF35. Grayscale: #585858. Windows color (decimal): -6348598 or 13246623. OLE color: 13246623.
HSL color Cylindrical-coordinate representation of color #9F20CA: hue angle of 284.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F20CA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 32 | 202 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.21 |
| HSL | 284.82º | 0.73% | 0.46% | - |
| HSV(B) | 284.82º | 0.84% | 0.79% | - |
| XYZ | 25.48 | 12.67 | 56.98 | - |
| YUV | 89.35 | 191.58 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 202 | 0.21 | 0.84 | 0 | 0.21 | 284.82 | 0.73 | 0.46 |
| Hex | 9F | 20 | CA | 15 | 54 | 0 | 15 | 11D | 49 | 2E |
| Octal | 237 | 40 | 312 | 25 | 124 | 0 | 25 | 435 | 111 | 56 |
| Binary | 10011111 | 100000 | 11001010 | 10101 | 1010100 | 0 | 10101 | 100011101 | 1001001 | 101110 |
Color Harmonies of #9F20CA
Complementary color
Monochromatic Colors of #9F20CA
Black with #9F20CA
Text Example
Text Example
White with #9F20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F20CA; }
p { color: rgb(159,32,202); }
H1.HeaderClassName
{
color: #9F20CA;
}
.AnyTagClassName
{
color: #9F20CA;
}
</style>
background-color css
<style>
a { background-color: #9F20CA; }
a { background-color: rgb(159,32,202); }
div.DivClassName
{
background-color: #9F20CA;
}
.BgClassName
{
background-color: #9F20CA;
}
</style>
border-color css
<style>
span { border-color: #9F20CA; }
span { border-color: rgb(159,32,202); }
td.TdClassName
{
border-color: #9F20CA;
}
.TagClassName
{
border-color: #9F20CA;
}
</style>