Shades of Dark Orchid #841EB7
Tints of Dark Orchid #841EB7
RGB
CMYK
RGB Variations
Color information
#841EB7 (or 0x841EB7) is known color: Dark Orchid. HEX triplet: 84, 1E and B7. RGB value is (132,30,183). Sum of RGB (Red+Green+Blue) = 132+30+183=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #841EB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841EB7 is #7BE148. Grayscale: #4D4D4D. Windows color (decimal): -8118601 or 12000900. OLE color: 12000900.
HSL color Cylindrical-coordinate representation of color #841EB7: hue angle of 280º degrees, saturation: 0.72, 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 #841EB7 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 30 | 183 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.28 |
| HSL | 280º | 0.72% | 0.42% | - |
| HSV(B) | 280º | 0.84% | 0.72% | - |
| XYZ | 18.53 | 9.25 | 45.61 | - |
| YUV | 77.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 183 | 0.28 | 0.84 | 0 | 0.28 | 280 | 0.72 | 0.42 |
| Hex | 84 | 1E | B7 | 1C | 54 | 0 | 1C | 118 | 48 | 2A |
| Octal | 204 | 36 | 267 | 34 | 124 | 0 | 34 | 430 | 110 | 52 |
| Binary | 10000100 | 11110 | 10110111 | 11100 | 1010100 | 0 | 11100 | 100011000 | 1001000 | 101010 |
Color Harmonies of #841EB7
Complementary color
Monochromatic Colors of #841EB7
Black with #841EB7
Text Example
Text Example
White with #841EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EB7; }
p { color: rgb(132,30,183); }
H1.HeaderClassName
{
color: #841EB7;
}
.AnyTagClassName
{
color: #841EB7;
}
</style>
background-color css
<style>
a { background-color: #841EB7; }
a { background-color: rgb(132,30,183); }
div.DivClassName
{
background-color: #841EB7;
}
.BgClassName
{
background-color: #841EB7;
}
</style>
border-color css
<style>
span { border-color: #841EB7; }
span { border-color: rgb(132,30,183); }
td.TdClassName
{
border-color: #841EB7;
}
.TagClassName
{
border-color: #841EB7;
}
</style>