Shades of Dark Orchid #841DB2
Tints of Dark Orchid #841DB2
RGB
CMYK
RGB Variations
Color information
#841DB2 (or 0x841DB2) is known color: Dark Orchid. HEX triplet: 84, 1D and B2. RGB value is (132,29,178). Sum of RGB (Red+Green+Blue) = 132+29+178=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #841DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841DB2 is #7BE24D. Grayscale: #4C4C4C. Windows color (decimal): -8118862 or 11672964. OLE color: 11672964.
HSL color Cylindrical-coordinate representation of color #841DB2: hue angle of 281.48º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841DB2 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 29 | 178 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.30 |
| HSL | 281.48º | 0.72% | 0.41% | - |
| HSV(B) | 281.48º | 0.84% | 0.7% | - |
| XYZ | 17.99 | 9 | 42.91 | - |
| YUV | 76.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 178 | 0.26 | 0.84 | 0 | 0.30 | 281.48 | 0.72 | 0.41 |
| Hex | 84 | 1D | B2 | 1A | 54 | 0 | 1E | 119 | 48 | 29 |
| Octal | 204 | 35 | 262 | 32 | 124 | 0 | 36 | 431 | 110 | 51 |
| Binary | 10000100 | 11101 | 10110010 | 11010 | 1010100 | 0 | 11110 | 100011001 | 1001000 | 101001 |
Color Harmonies of #841DB2
Complementary color
Monochromatic Colors of #841DB2
Black with #841DB2
Text Example
Text Example
White with #841DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DB2; }
p { color: rgb(132,29,178); }
H1.HeaderClassName
{
color: #841DB2;
}
.AnyTagClassName
{
color: #841DB2;
}
</style>
background-color css
<style>
a { background-color: #841DB2; }
a { background-color: rgb(132,29,178); }
div.DivClassName
{
background-color: #841DB2;
}
.BgClassName
{
background-color: #841DB2;
}
</style>
border-color css
<style>
span { border-color: #841DB2; }
span { border-color: rgb(132,29,178); }
td.TdClassName
{
border-color: #841DB2;
}
.TagClassName
{
border-color: #841DB2;
}
</style>