Shades of Dark Orchid #9F29CB
Tints of Dark Orchid #9F29CB
RGB
CMYK
RGB Variations
Color information
#9F29CB (or 0x9F29CB) is known color: Dark Orchid. HEX triplet: 9F, 29 and CB. RGB value is (159,41,203). Sum of RGB (Red+Green+Blue) = 159+41+203=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F29CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F29CB is #60D634. Grayscale: #5E5E5E. Windows color (decimal): -6346293 or 13314463. OLE color: 13314463.
HSL color Cylindrical-coordinate representation of color #9F29CB: hue angle of 283.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F29CB is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 41 | 203 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.20 |
| HSL | 283.7º | 0.66% | 0.48% | - |
| HSV(B) | 283.7º | 0.8% | 0.8% | - |
| XYZ | 25.87 | 13.27 | 57.7 | - |
| YUV | 94.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 203 | 0.22 | 0.80 | 0 | 0.20 | 283.7 | 0.66 | 0.48 |
| Hex | 9F | 29 | CB | 16 | 50 | 0 | 14 | 11C | 42 | 30 |
| Octal | 237 | 51 | 313 | 26 | 120 | 0 | 24 | 434 | 102 | 60 |
| Binary | 10011111 | 101001 | 11001011 | 10110 | 1010000 | 0 | 10100 | 100011100 | 1000010 | 110000 |
Color Harmonies of #9F29CB
Complementary color
Monochromatic Colors of #9F29CB
Black with #9F29CB
Text Example
Text Example
White with #9F29CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F29CB; }
p { color: rgb(159,41,203); }
H1.HeaderClassName
{
color: #9F29CB;
}
.AnyTagClassName
{
color: #9F29CB;
}
</style>
background-color css
<style>
a { background-color: #9F29CB; }
a { background-color: rgb(159,41,203); }
div.DivClassName
{
background-color: #9F29CB;
}
.BgClassName
{
background-color: #9F29CB;
}
</style>
border-color css
<style>
span { border-color: #9F29CB; }
span { border-color: rgb(159,41,203); }
td.TdClassName
{
border-color: #9F29CB;
}
.TagClassName
{
border-color: #9F29CB;
}
</style>