Shades of Dark Orchid #842ECB
Tints of Dark Orchid #842ECB
RGB
CMYK
RGB Variations
Color information
#842ECB (or 0x842ECB) is known color: Dark Orchid. HEX triplet: 84, 2E and CB. RGB value is (132,46,203). Sum of RGB (Red+Green+Blue) = 132+46+203=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #842ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ECB is #7BD134. Grayscale: #595959. Windows color (decimal): -8114485 or 13315716. OLE color: 13315716.
HSL color Cylindrical-coordinate representation of color #842ECB: hue angle of 272.87º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842ECB is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 46 | 203 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.20 |
| HSL | 272.87º | 0.63% | 0.49% | - |
| HSV(B) | 272.87º | 0.77% | 0.8% | - |
| XYZ | 21.27 | 11.17 | 57.54 | - |
| YUV | 89.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 203 | 0.35 | 0.77 | 0 | 0.20 | 272.87 | 0.63 | 0.49 |
| Hex | 84 | 2E | CB | 23 | 4D | 0 | 14 | 111 | 3F | 31 |
| Octal | 204 | 56 | 313 | 43 | 115 | 0 | 24 | 421 | 77 | 61 |
| Binary | 10000100 | 101110 | 11001011 | 100011 | 1001101 | 0 | 10100 | 100010001 | 111111 | 110001 |
Color Harmonies of #842ECB
Complementary color
Monochromatic Colors of #842ECB
Black with #842ECB
Text Example
Text Example
White with #842ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842ECB; }
p { color: rgb(132,46,203); }
H1.HeaderClassName
{
color: #842ECB;
}
.AnyTagClassName
{
color: #842ECB;
}
</style>
background-color css
<style>
a { background-color: #842ECB; }
a { background-color: rgb(132,46,203); }
div.DivClassName
{
background-color: #842ECB;
}
.BgClassName
{
background-color: #842ECB;
}
</style>
border-color css
<style>
span { border-color: #842ECB; }
span { border-color: rgb(132,46,203); }
td.TdClassName
{
border-color: #842ECB;
}
.TagClassName
{
border-color: #842ECB;
}
</style>