Shades of Dark Orchid #9F2CCE
Tints of Dark Orchid #9F2CCE
RGB
CMYK
RGB Variations
Color information
#9F2CCE (or 0x9F2CCE) is known color: Dark Orchid. HEX triplet: 9F, 2C and CE. RGB value is (159,44,206). Sum of RGB (Red+Green+Blue) = 159+44+206=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F2CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2CCE is #60D331. Grayscale: #606060. Windows color (decimal): -6345522 or 13511839. OLE color: 13511839.
HSL color Cylindrical-coordinate representation of color #9F2CCE: hue angle of 282.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2CCE is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 44 | 206 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.19 |
| HSL | 282.59º | 0.65% | 0.49% | - |
| HSV(B) | 282.59º | 0.79% | 0.81% | - |
| XYZ | 26.34 | 13.63 | 59.63 | - |
| YUV | 96.85 | 189.6 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 206 | 0.23 | 0.79 | 0 | 0.19 | 282.59 | 0.65 | 0.49 |
| Hex | 9F | 2C | CE | 17 | 4F | 0 | 13 | 11B | 41 | 31 |
| Octal | 237 | 54 | 316 | 27 | 117 | 0 | 23 | 433 | 101 | 61 |
| Binary | 10011111 | 101100 | 11001110 | 10111 | 1001111 | 0 | 10011 | 100011011 | 1000001 | 110001 |
Color Harmonies of #9F2CCE
Complementary color
Monochromatic Colors of #9F2CCE
Black with #9F2CCE
Text Example
Text Example
White with #9F2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2CCE; }
p { color: rgb(159,44,206); }
H1.HeaderClassName
{
color: #9F2CCE;
}
.AnyTagClassName
{
color: #9F2CCE;
}
</style>
background-color css
<style>
a { background-color: #9F2CCE; }
a { background-color: rgb(159,44,206); }
div.DivClassName
{
background-color: #9F2CCE;
}
.BgClassName
{
background-color: #9F2CCE;
}
</style>
border-color css
<style>
span { border-color: #9F2CCE; }
span { border-color: rgb(159,44,206); }
td.TdClassName
{
border-color: #9F2CCE;
}
.TagClassName
{
border-color: #9F2CCE;
}
</style>