Shades of Dark Orchid #843DB9
Tints of Dark Orchid #843DB9
RGB
CMYK
RGB Variations
Color information
#843DB9 (or 0x843DB9) is known color: Dark Orchid. HEX triplet: 84, 3D and B9. RGB value is (132,61,185). Sum of RGB (Red+Green+Blue) = 132+61+185=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #843DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DB9 is #7BC246. Grayscale: #5F5F5F. Windows color (decimal): -8110663 or 12139908. OLE color: 12139908.
HSL color Cylindrical-coordinate representation of color #843DB9: hue angle of 274.35º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843DB9 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 61 | 185 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.27 |
| HSL | 274.35º | 0.5% | 0.48% | - |
| HSV(B) | 274.35º | 0.67% | 0.73% | - |
| XYZ | 19.94 | 11.75 | 47.12 | - |
| YUV | 96.37 | 178.02 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 185 | 0.29 | 0.67 | 0 | 0.27 | 274.35 | 0.5 | 0.48 |
| Hex | 84 | 3D | B9 | 1D | 43 | 0 | 1B | 112 | 32 | 30 |
| Octal | 204 | 75 | 271 | 35 | 103 | 0 | 33 | 422 | 62 | 60 |
| Binary | 10000100 | 111101 | 10111001 | 11101 | 1000011 | 0 | 11011 | 100010010 | 110010 | 110000 |
Color Harmonies of #843DB9
Complementary color
Monochromatic Colors of #843DB9
Black with #843DB9
Text Example
Text Example
White with #843DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843DB9; }
p { color: rgb(132,61,185); }
H1.HeaderClassName
{
color: #843DB9;
}
.AnyTagClassName
{
color: #843DB9;
}
</style>
background-color css
<style>
a { background-color: #843DB9; }
a { background-color: rgb(132,61,185); }
div.DivClassName
{
background-color: #843DB9;
}
.BgClassName
{
background-color: #843DB9;
}
</style>
border-color css
<style>
span { border-color: #843DB9; }
span { border-color: rgb(132,61,185); }
td.TdClassName
{
border-color: #843DB9;
}
.TagClassName
{
border-color: #843DB9;
}
</style>