Shades of Dark Orchid #9F2DCE
Tints of Dark Orchid #9F2DCE
RGB
CMYK
RGB Variations
Color information
#9F2DCE (or 0x9F2DCE) is known color: Dark Orchid. HEX triplet: 9F, 2D and CE. RGB value is (159,45,206). Sum of RGB (Red+Green+Blue) = 159+45+206=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F2DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2DCE is #60D231. Grayscale: #606060. Windows color (decimal): -6345266 or 13512095. OLE color: 13512095.
HSL color Cylindrical-coordinate representation of color #9F2DCE: hue angle of 282.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2DCE is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 45 | 206 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.19 |
| HSL | 282.48º | 0.64% | 0.49% | - |
| HSV(B) | 282.48º | 0.78% | 0.81% | - |
| XYZ | 26.38 | 13.7 | 59.65 | - |
| YUV | 97.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 206 | 0.23 | 0.78 | 0 | 0.19 | 282.48 | 0.64 | 0.49 |
| Hex | 9F | 2D | CE | 17 | 4E | 0 | 13 | 11A | 40 | 31 |
| Octal | 237 | 55 | 316 | 27 | 116 | 0 | 23 | 432 | 100 | 61 |
| Binary | 10011111 | 101101 | 11001110 | 10111 | 1001110 | 0 | 10011 | 100011010 | 1000000 | 110001 |
Color Harmonies of #9F2DCE
Complementary color
Monochromatic Colors of #9F2DCE
Black with #9F2DCE
Text Example
Text Example
White with #9F2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2DCE; }
p { color: rgb(159,45,206); }
H1.HeaderClassName
{
color: #9F2DCE;
}
.AnyTagClassName
{
color: #9F2DCE;
}
</style>
background-color css
<style>
a { background-color: #9F2DCE; }
a { background-color: rgb(159,45,206); }
div.DivClassName
{
background-color: #9F2DCE;
}
.BgClassName
{
background-color: #9F2DCE;
}
</style>
border-color css
<style>
span { border-color: #9F2DCE; }
span { border-color: rgb(159,45,206); }
td.TdClassName
{
border-color: #9F2DCE;
}
.TagClassName
{
border-color: #9F2DCE;
}
</style>