Shades of Dark Orchid #841DB9
Tints of Dark Orchid #841DB9
RGB
CMYK
RGB Variations
Color information
#841DB9 (or 0x841DB9) is known color: Dark Orchid. HEX triplet: 84, 1D and B9. RGB value is (132,29,185). Sum of RGB (Red+Green+Blue) = 132+29+185=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #841DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841DB9 is #7BE246. Grayscale: #4D4D4D. Windows color (decimal): -8118855 or 12131716. OLE color: 12131716.
HSL color Cylindrical-coordinate representation of color #841DB9: hue angle of 279.62º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841DB9 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 29 | 185 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.27 |
| HSL | 279.62º | 0.73% | 0.42% | - |
| HSV(B) | 279.62º | 0.84% | 0.73% | - |
| XYZ | 18.71 | 9.29 | 46.71 | - |
| YUV | 77.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 185 | 0.29 | 0.84 | 0 | 0.27 | 279.62 | 0.73 | 0.42 |
| Hex | 84 | 1D | B9 | 1D | 54 | 0 | 1B | 118 | 49 | 2A |
| Octal | 204 | 35 | 271 | 35 | 124 | 0 | 33 | 430 | 111 | 52 |
| Binary | 10000100 | 11101 | 10111001 | 11101 | 1010100 | 0 | 11011 | 100011000 | 1001001 | 101010 |
Color Harmonies of #841DB9
Complementary color
Monochromatic Colors of #841DB9
Black with #841DB9
Text Example
Text Example
White with #841DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DB9; }
p { color: rgb(132,29,185); }
H1.HeaderClassName
{
color: #841DB9;
}
.AnyTagClassName
{
color: #841DB9;
}
</style>
background-color css
<style>
a { background-color: #841DB9; }
a { background-color: rgb(132,29,185); }
div.DivClassName
{
background-color: #841DB9;
}
.BgClassName
{
background-color: #841DB9;
}
</style>
border-color css
<style>
span { border-color: #841DB9; }
span { border-color: rgb(132,29,185); }
td.TdClassName
{
border-color: #841DB9;
}
.TagClassName
{
border-color: #841DB9;
}
</style>