Shades of Dark Orchid #9F29BB
Tints of Dark Orchid #9F29BB
RGB
CMYK
RGB Variations
Color information
#9F29BB (or 0x9F29BB) is known color: Dark Orchid. HEX triplet: 9F, 29 and BB. RGB value is (159,41,187). Sum of RGB (Red+Green+Blue) = 159+41+187=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F29BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F29BB is #60D644. Grayscale: #5C5C5C. Windows color (decimal): -6346309 or 12265887. OLE color: 12265887.
HSL color Cylindrical-coordinate representation of color #9F29BB: hue angle of 288.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F29BB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 41 | 187 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.27 |
| HSL | 288.49º | 0.64% | 0.45% | - |
| HSV(B) | 288.49º | 0.78% | 0.73% | - |
| XYZ | 24.06 | 12.54 | 48.17 | - |
| YUV | 92.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 187 | 0.15 | 0.78 | 0 | 0.27 | 288.49 | 0.64 | 0.45 |
| Hex | 9F | 29 | BB | F | 4E | 0 | 1B | 120 | 40 | 2D |
| Octal | 237 | 51 | 273 | 17 | 116 | 0 | 33 | 440 | 100 | 55 |
| Binary | 10011111 | 101001 | 10111011 | 1111 | 1001110 | 0 | 11011 | 100100000 | 1000000 | 101101 |
Color Harmonies of #9F29BB
Complementary color
Monochromatic Colors of #9F29BB
Black with #9F29BB
Text Example
Text Example
White with #9F29BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F29BB; }
p { color: rgb(159,41,187); }
H1.HeaderClassName
{
color: #9F29BB;
}
.AnyTagClassName
{
color: #9F29BB;
}
</style>
background-color css
<style>
a { background-color: #9F29BB; }
a { background-color: rgb(159,41,187); }
div.DivClassName
{
background-color: #9F29BB;
}
.BgClassName
{
background-color: #9F29BB;
}
</style>
border-color css
<style>
span { border-color: #9F29BB; }
span { border-color: rgb(159,41,187); }
td.TdClassName
{
border-color: #9F29BB;
}
.TagClassName
{
border-color: #9F29BB;
}
</style>