Shades of Dark Orchid #9F2CC1
Tints of Dark Orchid #9F2CC1
RGB
CMYK
RGB Variations
Color information
#9F2CC1 (or 0x9F2CC1) is known color: Dark Orchid. HEX triplet: 9F, 2C and C1. RGB value is (159,44,193). Sum of RGB (Red+Green+Blue) = 159+44+193=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F2CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2CC1 is #60D33E. Grayscale: #5E5E5E. Windows color (decimal): -6345535 or 12659871. OLE color: 12659871.
HSL color Cylindrical-coordinate representation of color #9F2CC1: hue angle of 286.31º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2CC1 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 44 | 193 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.24 |
| HSL | 286.31º | 0.63% | 0.46% | - |
| HSV(B) | 286.31º | 0.77% | 0.76% | - |
| XYZ | 24.82 | 13.02 | 51.66 | - |
| YUV | 95.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 193 | 0.18 | 0.77 | 0 | 0.24 | 286.31 | 0.63 | 0.46 |
| Hex | 9F | 2C | C1 | 12 | 4D | 0 | 18 | 11E | 3F | 2E |
| Octal | 237 | 54 | 301 | 22 | 115 | 0 | 30 | 436 | 77 | 56 |
| Binary | 10011111 | 101100 | 11000001 | 10010 | 1001101 | 0 | 11000 | 100011110 | 111111 | 101110 |
Color Harmonies of #9F2CC1
Complementary color
Monochromatic Colors of #9F2CC1
Black with #9F2CC1
Text Example
Text Example
White with #9F2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2CC1; }
p { color: rgb(159,44,193); }
H1.HeaderClassName
{
color: #9F2CC1;
}
.AnyTagClassName
{
color: #9F2CC1;
}
</style>
background-color css
<style>
a { background-color: #9F2CC1; }
a { background-color: rgb(159,44,193); }
div.DivClassName
{
background-color: #9F2CC1;
}
.BgClassName
{
background-color: #9F2CC1;
}
</style>
border-color css
<style>
span { border-color: #9F2CC1; }
span { border-color: rgb(159,44,193); }
td.TdClassName
{
border-color: #9F2CC1;
}
.TagClassName
{
border-color: #9F2CC1;
}
</style>