Shades of Dark Orchid #9F2CC0
Tints of Dark Orchid #9F2CC0
RGB
CMYK
RGB Variations
Color information
#9F2CC0 (or 0x9F2CC0) is known color: Dark Orchid. HEX triplet: 9F, 2C and C0. RGB value is (159,44,192). Sum of RGB (Red+Green+Blue) = 159+44+192=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F2CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2CC0 is #60D33F. Grayscale: #5E5E5E. Windows color (decimal): -6345536 or 12594335. OLE color: 12594335.
HSL color Cylindrical-coordinate representation of color #9F2CC0: hue angle of 286.62º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2CC0 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 44 | 192 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.25 |
| HSL | 286.62º | 0.63% | 0.46% | - |
| HSV(B) | 286.62º | 0.77% | 0.75% | - |
| XYZ | 24.71 | 12.98 | 51.07 | - |
| YUV | 95.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 192 | 0.17 | 0.77 | 0 | 0.25 | 286.62 | 0.63 | 0.46 |
| Hex | 9F | 2C | C0 | 11 | 4D | 0 | 19 | 11F | 3F | 2E |
| Octal | 237 | 54 | 300 | 21 | 115 | 0 | 31 | 437 | 77 | 56 |
| Binary | 10011111 | 101100 | 11000000 | 10001 | 1001101 | 0 | 11001 | 100011111 | 111111 | 101110 |
Color Harmonies of #9F2CC0
Complementary color
Monochromatic Colors of #9F2CC0
Black with #9F2CC0
Text Example
Text Example
White with #9F2CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2CC0; }
p { color: rgb(159,44,192); }
H1.HeaderClassName
{
color: #9F2CC0;
}
.AnyTagClassName
{
color: #9F2CC0;
}
</style>
background-color css
<style>
a { background-color: #9F2CC0; }
a { background-color: rgb(159,44,192); }
div.DivClassName
{
background-color: #9F2CC0;
}
.BgClassName
{
background-color: #9F2CC0;
}
</style>
border-color css
<style>
span { border-color: #9F2CC0; }
span { border-color: rgb(159,44,192); }
td.TdClassName
{
border-color: #9F2CC0;
}
.TagClassName
{
border-color: #9F2CC0;
}
</style>