Shades of Dark Orchid #841DB6
Tints of Dark Orchid #841DB6
RGB
CMYK
RGB Variations
Color information
#841DB6 (or 0x841DB6) is known color: Dark Orchid. HEX triplet: 84, 1D and B6. RGB value is (132,29,182). Sum of RGB (Red+Green+Blue) = 132+29+182=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #841DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841DB6 is #7BE249. Grayscale: #4C4C4C. Windows color (decimal): -8118858 or 11935108. OLE color: 11935108.
HSL color Cylindrical-coordinate representation of color #841DB6: hue angle of 280.39º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841DB6 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 29 | 182 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.29 |
| HSL | 280.39º | 0.73% | 0.41% | - |
| HSV(B) | 280.39º | 0.84% | 0.71% | - |
| XYZ | 18.4 | 9.16 | 45.05 | - |
| YUV | 77.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 182 | 0.27 | 0.84 | 0 | 0.29 | 280.39 | 0.73 | 0.41 |
| Hex | 84 | 1D | B6 | 1B | 54 | 0 | 1D | 118 | 49 | 29 |
| Octal | 204 | 35 | 266 | 33 | 124 | 0 | 35 | 430 | 111 | 51 |
| Binary | 10000100 | 11101 | 10110110 | 11011 | 1010100 | 0 | 11101 | 100011000 | 1001001 | 101001 |
Color Harmonies of #841DB6
Complementary color
Monochromatic Colors of #841DB6
Black with #841DB6
Text Example
Text Example
White with #841DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DB6; }
p { color: rgb(132,29,182); }
H1.HeaderClassName
{
color: #841DB6;
}
.AnyTagClassName
{
color: #841DB6;
}
</style>
background-color css
<style>
a { background-color: #841DB6; }
a { background-color: rgb(132,29,182); }
div.DivClassName
{
background-color: #841DB6;
}
.BgClassName
{
background-color: #841DB6;
}
</style>
border-color css
<style>
span { border-color: #841DB6; }
span { border-color: rgb(132,29,182); }
td.TdClassName
{
border-color: #841DB6;
}
.TagClassName
{
border-color: #841DB6;
}
</style>