Shades of Dark Orchid #841DBA
Tints of Dark Orchid #841DBA
RGB
CMYK
RGB Variations
Color information
#841DBA (or 0x841DBA) is known color: Dark Orchid. HEX triplet: 84, 1D and BA. RGB value is (132,29,186). Sum of RGB (Red+Green+Blue) = 132+29+186=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #841DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841DBA is #7BE245. Grayscale: #4D4D4D. Windows color (decimal): -8118854 or 12197252. OLE color: 12197252.
HSL color Cylindrical-coordinate representation of color #841DBA: hue angle of 279.36º 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 #841DBA is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 29 | 186 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.27 |
| HSL | 279.36º | 0.73% | 0.42% | - |
| HSV(B) | 279.36º | 0.84% | 0.73% | - |
| XYZ | 18.82 | 9.33 | 47.26 | - |
| YUV | 77.7 | 189.12 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 186 | 0.29 | 0.84 | 0 | 0.27 | 279.36 | 0.73 | 0.42 |
| Hex | 84 | 1D | BA | 1D | 54 | 0 | 1B | 117 | 49 | 2A |
| Octal | 204 | 35 | 272 | 35 | 124 | 0 | 33 | 427 | 111 | 52 |
| Binary | 10000100 | 11101 | 10111010 | 11101 | 1010100 | 0 | 11011 | 100010111 | 1001001 | 101010 |
Color Harmonies of #841DBA
Complementary color
Monochromatic Colors of #841DBA
Black with #841DBA
Text Example
Text Example
White with #841DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DBA; }
p { color: rgb(132,29,186); }
H1.HeaderClassName
{
color: #841DBA;
}
.AnyTagClassName
{
color: #841DBA;
}
</style>
background-color css
<style>
a { background-color: #841DBA; }
a { background-color: rgb(132,29,186); }
div.DivClassName
{
background-color: #841DBA;
}
.BgClassName
{
background-color: #841DBA;
}
</style>
border-color css
<style>
span { border-color: #841DBA; }
span { border-color: rgb(132,29,186); }
td.TdClassName
{
border-color: #841DBA;
}
.TagClassName
{
border-color: #841DBA;
}
</style>