Shades of Dark Orchid #843EBD
Tints of Dark Orchid #843EBD
RGB
CMYK
RGB Variations
Color information
#843EBD (or 0x843EBD) is known color: Dark Orchid. HEX triplet: 84, 3E and BD. RGB value is (132,62,189). Sum of RGB (Red+Green+Blue) = 132+62+189=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #843EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843EBD is #7BC142. Grayscale: #606060. Windows color (decimal): -8110403 or 12402308. OLE color: 12402308.
HSL color Cylindrical-coordinate representation of color #843EBD: hue angle of 273.07º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843EBD is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 62 | 189 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.26 |
| HSL | 273.07º | 0.51% | 0.49% | - |
| HSV(B) | 273.07º | 0.67% | 0.74% | - |
| XYZ | 20.42 | 12.02 | 49.39 | - |
| YUV | 97.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 189 | 0.30 | 0.67 | 0 | 0.26 | 273.07 | 0.51 | 0.49 |
| Hex | 84 | 3E | BD | 1E | 43 | 0 | 1A | 111 | 33 | 31 |
| Octal | 204 | 76 | 275 | 36 | 103 | 0 | 32 | 421 | 63 | 61 |
| Binary | 10000100 | 111110 | 10111101 | 11110 | 1000011 | 0 | 11010 | 100010001 | 110011 | 110001 |
Color Harmonies of #843EBD
Complementary color
Monochromatic Colors of #843EBD
Black with #843EBD
Text Example
Text Example
White with #843EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843EBD; }
p { color: rgb(132,62,189); }
H1.HeaderClassName
{
color: #843EBD;
}
.AnyTagClassName
{
color: #843EBD;
}
</style>
background-color css
<style>
a { background-color: #843EBD; }
a { background-color: rgb(132,62,189); }
div.DivClassName
{
background-color: #843EBD;
}
.BgClassName
{
background-color: #843EBD;
}
</style>
border-color css
<style>
span { border-color: #843EBD; }
span { border-color: rgb(132,62,189); }
td.TdClassName
{
border-color: #843EBD;
}
.TagClassName
{
border-color: #843EBD;
}
</style>