Shades of Dark Orchid #9F2CDC
Tints of Dark Orchid #9F2CDC
RGB
CMYK
RGB Variations
Color information
#9F2CDC (or 0x9F2CDC) is known color: Dark Orchid. HEX triplet: 9F, 2C and DC. RGB value is (159,44,220). Sum of RGB (Red+Green+Blue) = 159+44+220=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F2CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2CDC is #60D323. Grayscale: #616161. Windows color (decimal): -6345508 or 14429343. OLE color: 14429343.
HSL color Cylindrical-coordinate representation of color #9F2CDC: hue angle of 279.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2CDC is Cyan = 0.28, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 44 | 220 | - |
| CMYK | 0.28 | 0.8 | 0 | 0.14 |
| HSL | 279.2º | 0.72% | 0.52% | - |
| HSV(B) | 279.2º | 0.8% | 0.86% | - |
| XYZ | 28.12 | 14.34 | 69 | - |
| YUV | 98.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 220 | 0.28 | 0.8 | 0 | 0.14 | 279.2 | 0.72 | 0.52 |
| Hex | 9F | 2C | DC | 1C | 50 | 0 | E | 117 | 48 | 34 |
| Octal | 237 | 54 | 334 | 34 | 120 | 0 | 16 | 427 | 110 | 64 |
| Binary | 10011111 | 101100 | 11011100 | 11100 | 1010000 | 0 | 1110 | 100010111 | 1001000 | 110100 |
Color Harmonies of #9F2CDC
Complementary color
Monochromatic Colors of #9F2CDC
Black with #9F2CDC
Text Example
Text Example
White with #9F2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2CDC; }
p { color: rgb(159,44,220); }
H1.HeaderClassName
{
color: #9F2CDC;
}
.AnyTagClassName
{
color: #9F2CDC;
}
</style>
background-color css
<style>
a { background-color: #9F2CDC; }
a { background-color: rgb(159,44,220); }
div.DivClassName
{
background-color: #9F2CDC;
}
.BgClassName
{
background-color: #9F2CDC;
}
</style>
border-color css
<style>
span { border-color: #9F2CDC; }
span { border-color: rgb(159,44,220); }
td.TdClassName
{
border-color: #9F2CDC;
}
.TagClassName
{
border-color: #9F2CDC;
}
</style>