Shades of Dark Orchid #9F29E0
Tints of Dark Orchid #9F29E0
RGB
CMYK
RGB Variations
Color information
#9F29E0 (or 0x9F29E0) is known color: Dark Orchid. HEX triplet: 9F, 29 and E0. RGB value is (159,41,224). Sum of RGB (Red+Green+Blue) = 159+41+224=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #9F29E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F29E0 is #60D61F. Grayscale: #606060. Windows color (decimal): -6346272 or 14690719. OLE color: 14690719.
HSL color Cylindrical-coordinate representation of color #9F29E0: hue angle of 278.69º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F29E0 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 41 | 224 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.12 |
| HSL | 278.69º | 0.75% | 0.52% | - |
| HSV(B) | 278.69º | 0.82% | 0.88% | - |
| XYZ | 28.55 | 14.34 | 71.78 | - |
| YUV | 97.14 | 199.59 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 224 | 0.29 | 0.82 | 0 | 0.12 | 278.69 | 0.75 | 0.52 |
| Hex | 9F | 29 | E0 | 1D | 52 | 0 | C | 117 | 4B | 34 |
| Octal | 237 | 51 | 340 | 35 | 122 | 0 | 14 | 427 | 113 | 64 |
| Binary | 10011111 | 101001 | 11100000 | 11101 | 1010010 | 0 | 1100 | 100010111 | 1001011 | 110100 |
Color Harmonies of #9F29E0
Complementary color
Monochromatic Colors of #9F29E0
Black with #9F29E0
Text Example
Text Example
White with #9F29E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F29E0; }
p { color: rgb(159,41,224); }
H1.HeaderClassName
{
color: #9F29E0;
}
.AnyTagClassName
{
color: #9F29E0;
}
</style>
background-color css
<style>
a { background-color: #9F29E0; }
a { background-color: rgb(159,41,224); }
div.DivClassName
{
background-color: #9F29E0;
}
.BgClassName
{
background-color: #9F29E0;
}
</style>
border-color css
<style>
span { border-color: #9F29E0; }
span { border-color: rgb(159,41,224); }
td.TdClassName
{
border-color: #9F29E0;
}
.TagClassName
{
border-color: #9F29E0;
}
</style>