Shades of Dark Orchid #843EC0
Tints of Dark Orchid #843EC0
RGB
CMYK
RGB Variations
Color information
#843EC0 (or 0x843EC0) is known color: Dark Orchid. HEX triplet: 84, 3E and C0. RGB value is (132,62,192). Sum of RGB (Red+Green+Blue) = 132+62+192=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #843EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843EC0 is #7BC13F. Grayscale: #616161. Windows color (decimal): -8110400 or 12598916. OLE color: 12598916.
HSL color Cylindrical-coordinate representation of color #843EC0: hue angle of 272.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #843EC0 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 62 | 192 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.25 |
| HSL | 272.31º | 0.51% | 0.5% | - |
| HSV(B) | 272.31º | 0.68% | 0.75% | - |
| XYZ | 20.75 | 12.16 | 51.12 | - |
| YUV | 97.75 | 181.19 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 192 | 0.31 | 0.68 | 0 | 0.25 | 272.31 | 0.51 | 0.5 |
| Hex | 84 | 3E | C0 | 1F | 44 | 0 | 19 | 110 | 33 | 32 |
| Octal | 204 | 76 | 300 | 37 | 104 | 0 | 31 | 420 | 63 | 62 |
| Binary | 10000100 | 111110 | 11000000 | 11111 | 1000100 | 0 | 11001 | 100010000 | 110011 | 110010 |
Color Harmonies of #843EC0
Complementary color
Monochromatic Colors of #843EC0
Black with #843EC0
Text Example
Text Example
White with #843EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843EC0; }
p { color: rgb(132,62,192); }
H1.HeaderClassName
{
color: #843EC0;
}
.AnyTagClassName
{
color: #843EC0;
}
</style>
background-color css
<style>
a { background-color: #843EC0; }
a { background-color: rgb(132,62,192); }
div.DivClassName
{
background-color: #843EC0;
}
.BgClassName
{
background-color: #843EC0;
}
</style>
border-color css
<style>
span { border-color: #843EC0; }
span { border-color: rgb(132,62,192); }
td.TdClassName
{
border-color: #843EC0;
}
.TagClassName
{
border-color: #843EC0;
}
</style>