Shades of Dark Orchid #841DB7
Tints of Dark Orchid #841DB7
RGB
CMYK
RGB Variations
Color information
#841DB7 (or 0x841DB7) is known color: Dark Orchid. HEX triplet: 84, 1D and B7. RGB value is (132,29,183). Sum of RGB (Red+Green+Blue) = 132+29+183=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #841DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841DB7 is #7BE248. Grayscale: #4C4C4C. Windows color (decimal): -8118857 or 12000644. OLE color: 12000644.
HSL color Cylindrical-coordinate representation of color #841DB7: hue angle of 280.13º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841DB7 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 29 | 183 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.28 |
| HSL | 280.13º | 0.73% | 0.42% | - |
| HSV(B) | 280.13º | 0.84% | 0.72% | - |
| XYZ | 18.5 | 9.2 | 45.6 | - |
| YUV | 77.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 183 | 0.28 | 0.84 | 0 | 0.28 | 280.13 | 0.73 | 0.42 |
| Hex | 84 | 1D | B7 | 1C | 54 | 0 | 1C | 118 | 49 | 2A |
| Octal | 204 | 35 | 267 | 34 | 124 | 0 | 34 | 430 | 111 | 52 |
| Binary | 10000100 | 11101 | 10110111 | 11100 | 1010100 | 0 | 11100 | 100011000 | 1001001 | 101010 |
Color Harmonies of #841DB7
Complementary color
Monochromatic Colors of #841DB7
Black with #841DB7
Text Example
Text Example
White with #841DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841DB7; }
p { color: rgb(132,29,183); }
H1.HeaderClassName
{
color: #841DB7;
}
.AnyTagClassName
{
color: #841DB7;
}
</style>
background-color css
<style>
a { background-color: #841DB7; }
a { background-color: rgb(132,29,183); }
div.DivClassName
{
background-color: #841DB7;
}
.BgClassName
{
background-color: #841DB7;
}
</style>
border-color css
<style>
span { border-color: #841DB7; }
span { border-color: rgb(132,29,183); }
td.TdClassName
{
border-color: #841DB7;
}
.TagClassName
{
border-color: #841DB7;
}
</style>