Shades of Dark Orchid #841DB1
Tints of Dark Orchid #841DB1
RGB
CMYK
RGB Variations
Color information
#841DB1 (or 0x841DB1) is known color: Dark Orchid. HEX triplet: 84, 1D and B1. RGB value is (132,29,177). Sum of RGB (Red+Green+Blue) = 132+29+177=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #841DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841DB1 is #7BE24E. Grayscale: #4C4C4C. Windows color (decimal): -8118863 or 11607428. OLE color: 11607428.
HSL color Cylindrical-coordinate representation of color #841DB1: hue angle of 281.76º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841DB1 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 29 | 177 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.31 |
| HSL | 281.76º | 0.72% | 0.4% | - |
| HSV(B) | 281.76º | 0.84% | 0.69% | - |
| XYZ | 17.89 | 8.96 | 42.38 | - |
| YUV | 76.67 | 184.62 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 177 | 0.25 | 0.84 | 0 | 0.31 | 281.76 | 0.72 | 0.4 |
| Hex | 84 | 1D | B1 | 19 | 54 | 0 | 1F | 11A | 48 | 28 |
| Octal | 204 | 35 | 261 | 31 | 124 | 0 | 37 | 432 | 110 | 50 |
| Binary | 10000100 | 11101 | 10110001 | 11001 | 1010100 | 0 | 11111 | 100011010 | 1001000 | 101000 |
Color Harmonies of #841DB1
Complementary color
Monochromatic Colors of #841DB1
Black with #841DB1
Text Example
Text Example
White with #841DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DB1; }
p { color: rgb(132,29,177); }
H1.HeaderClassName
{
color: #841DB1;
}
.AnyTagClassName
{
color: #841DB1;
}
</style>
background-color css
<style>
a { background-color: #841DB1; }
a { background-color: rgb(132,29,177); }
div.DivClassName
{
background-color: #841DB1;
}
.BgClassName
{
background-color: #841DB1;
}
</style>
border-color css
<style>
span { border-color: #841DB1; }
span { border-color: rgb(132,29,177); }
td.TdClassName
{
border-color: #841DB1;
}
.TagClassName
{
border-color: #841DB1;
}
</style>