Shades of Dark Orchid #9F29AD
Tints of Dark Orchid #9F29AD
RGB
CMYK
RGB Variations
Color information
#9F29AD (or 0x9F29AD) is known color: Dark Orchid. HEX triplet: 9F, 29 and AD. RGB value is (159,41,173). Sum of RGB (Red+Green+Blue) = 159+41+173=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F29AD is #60D652. Grayscale: #5A5A5A. Windows color (decimal): -6346323 or 11348383. OLE color: 11348383.
HSL color Cylindrical-coordinate representation of color #9F29AD: hue angle of 293.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F29AD is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 41 | 173 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.32 |
| HSL | 293.64º | 0.62% | 0.42% | - |
| HSV(B) | 293.64º | 0.76% | 0.68% | - |
| XYZ | 22.63 | 11.97 | 40.65 | - |
| YUV | 91.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 173 | 0.08 | 0.76 | 0 | 0.32 | 293.64 | 0.62 | 0.42 |
| Hex | 9F | 29 | AD | 8 | 4C | 0 | 20 | 126 | 3E | 2A |
| Octal | 237 | 51 | 255 | 10 | 114 | 0 | 40 | 446 | 76 | 52 |
| Binary | 10011111 | 101001 | 10101101 | 1000 | 1001100 | 0 | 100000 | 100100110 | 111110 | 101010 |
Color Harmonies of #9F29AD
Complementary color
Monochromatic Colors of #9F29AD
Black with #9F29AD
Text Example
Text Example
White with #9F29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F29AD; }
p { color: rgb(159,41,173); }
H1.HeaderClassName
{
color: #9F29AD;
}
.AnyTagClassName
{
color: #9F29AD;
}
</style>
background-color css
<style>
a { background-color: #9F29AD; }
a { background-color: rgb(159,41,173); }
div.DivClassName
{
background-color: #9F29AD;
}
.BgClassName
{
background-color: #9F29AD;
}
</style>
border-color css
<style>
span { border-color: #9F29AD; }
span { border-color: rgb(159,41,173); }
td.TdClassName
{
border-color: #9F29AD;
}
.TagClassName
{
border-color: #9F29AD;
}
</style>