Shades of Dark Orchid #842EC9
Tints of Dark Orchid #842EC9
RGB
CMYK
RGB Variations
Color information
#842EC9 (or 0x842EC9) is known color: Dark Orchid. HEX triplet: 84, 2E and C9. RGB value is (132,46,201). Sum of RGB (Red+Green+Blue) = 132+46+201=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #842EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842EC9 is #7BD136. Grayscale: #585858. Windows color (decimal): -8114487 or 13184644. OLE color: 13184644.
HSL color Cylindrical-coordinate representation of color #842EC9: hue angle of 273.29º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842EC9 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 46 | 201 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.21 |
| HSL | 273.29º | 0.63% | 0.48% | - |
| HSV(B) | 273.29º | 0.77% | 0.79% | - |
| XYZ | 21.04 | 11.08 | 56.29 | - |
| YUV | 89.38 | 190.99 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 201 | 0.34 | 0.77 | 0 | 0.21 | 273.29 | 0.63 | 0.48 |
| Hex | 84 | 2E | C9 | 22 | 4D | 0 | 15 | 111 | 3F | 30 |
| Octal | 204 | 56 | 311 | 42 | 115 | 0 | 25 | 421 | 77 | 60 |
| Binary | 10000100 | 101110 | 11001001 | 100010 | 1001101 | 0 | 10101 | 100010001 | 111111 | 110000 |
Color Harmonies of #842EC9
Complementary color
Monochromatic Colors of #842EC9
Black with #842EC9
Text Example
Text Example
White with #842EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842EC9; }
p { color: rgb(132,46,201); }
H1.HeaderClassName
{
color: #842EC9;
}
.AnyTagClassName
{
color: #842EC9;
}
</style>
background-color css
<style>
a { background-color: #842EC9; }
a { background-color: rgb(132,46,201); }
div.DivClassName
{
background-color: #842EC9;
}
.BgClassName
{
background-color: #842EC9;
}
</style>
border-color css
<style>
span { border-color: #842EC9; }
span { border-color: rgb(132,46,201); }
td.TdClassName
{
border-color: #842EC9;
}
.TagClassName
{
border-color: #842EC9;
}
</style>