Shades of Dark Orchid #9F29C8
Tints of Dark Orchid #9F29C8
RGB
CMYK
RGB Variations
Color information
#9F29C8 (or 0x9F29C8) is known color: Dark Orchid. HEX triplet: 9F, 29 and C8. RGB value is (159,41,200). Sum of RGB (Red+Green+Blue) = 159+41+200=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #9F29C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F29C8 is #60D637. Grayscale: #5D5D5D. Windows color (decimal): -6346296 or 13117855. OLE color: 13117855.
HSL color Cylindrical-coordinate representation of color #9F29C8: hue angle of 284.53º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F29C8 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 41 | 200 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.22 |
| HSL | 284.53º | 0.66% | 0.47% | - |
| HSV(B) | 284.53º | 0.8% | 0.78% | - |
| XYZ | 25.52 | 13.13 | 55.83 | - |
| YUV | 94.41 | 187.59 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 200 | 0.20 | 0.80 | 0 | 0.22 | 284.53 | 0.66 | 0.47 |
| Hex | 9F | 29 | C8 | 14 | 50 | 0 | 16 | 11D | 42 | 2F |
| Octal | 237 | 51 | 310 | 24 | 120 | 0 | 26 | 435 | 102 | 57 |
| Binary | 10011111 | 101001 | 11001000 | 10100 | 1010000 | 0 | 10110 | 100011101 | 1000010 | 101111 |
Color Harmonies of #9F29C8
Complementary color
Monochromatic Colors of #9F29C8
Black with #9F29C8
Text Example
Text Example
White with #9F29C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F29C8; }
p { color: rgb(159,41,200); }
H1.HeaderClassName
{
color: #9F29C8;
}
.AnyTagClassName
{
color: #9F29C8;
}
</style>
background-color css
<style>
a { background-color: #9F29C8; }
a { background-color: rgb(159,41,200); }
div.DivClassName
{
background-color: #9F29C8;
}
.BgClassName
{
background-color: #9F29C8;
}
</style>
border-color css
<style>
span { border-color: #9F29C8; }
span { border-color: rgb(159,41,200); }
td.TdClassName
{
border-color: #9F29C8;
}
.TagClassName
{
border-color: #9F29C8;
}
</style>