Shades of Dark Orchid #843EC1
Tints of Dark Orchid #843EC1
RGB
CMYK
RGB Variations
Color information
#843EC1 (or 0x843EC1) is known color: Dark Orchid. HEX triplet: 84, 3E and C1. RGB value is (132,62,193). Sum of RGB (Red+Green+Blue) = 132+62+193=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #843EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843EC1 is #7BC13E. Grayscale: #616161. Windows color (decimal): -8110399 or 12664452. OLE color: 12664452.
HSL color Cylindrical-coordinate representation of color #843EC1: hue angle of 272.06º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #843EC1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 62 | 193 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.24 |
| HSL | 272.06º | 0.51% | 0.5% | - |
| HSV(B) | 272.06º | 0.68% | 0.76% | - |
| XYZ | 20.86 | 12.2 | 51.71 | - |
| YUV | 97.86 | 181.69 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 193 | 0.32 | 0.68 | 0 | 0.24 | 272.06 | 0.51 | 0.5 |
| Hex | 84 | 3E | C1 | 20 | 44 | 0 | 18 | 110 | 33 | 32 |
| Octal | 204 | 76 | 301 | 40 | 104 | 0 | 30 | 420 | 63 | 62 |
| Binary | 10000100 | 111110 | 11000001 | 100000 | 1000100 | 0 | 11000 | 100010000 | 110011 | 110010 |
Color Harmonies of #843EC1
Complementary color
Monochromatic Colors of #843EC1
Black with #843EC1
Text Example
Text Example
White with #843EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843EC1; }
p { color: rgb(132,62,193); }
H1.HeaderClassName
{
color: #843EC1;
}
.AnyTagClassName
{
color: #843EC1;
}
</style>
background-color css
<style>
a { background-color: #843EC1; }
a { background-color: rgb(132,62,193); }
div.DivClassName
{
background-color: #843EC1;
}
.BgClassName
{
background-color: #843EC1;
}
</style>
border-color css
<style>
span { border-color: #843EC1; }
span { border-color: rgb(132,62,193); }
td.TdClassName
{
border-color: #843EC1;
}
.TagClassName
{
border-color: #843EC1;
}
</style>