Shades of Dark Orchid #843BCD
Tints of Dark Orchid #843BCD
RGB
CMYK
RGB Variations
Color information
#843BCD (or 0x843BCD) is known color: Dark Orchid. HEX triplet: 84, 3B and CD. RGB value is (132,59,205). Sum of RGB (Red+Green+Blue) = 132+59+205=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #843BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BCD is #7BC432. Grayscale: #606060. Windows color (decimal): -8111155 or 13450116. OLE color: 13450116.
HSL color Cylindrical-coordinate representation of color #843BCD: hue angle of 270º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #843BCD is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 59 | 205 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.20 |
| HSL | 270º | 0.59% | 0.52% | - |
| HSV(B) | 270º | 0.71% | 0.8% | - |
| XYZ | 22.1 | 12.44 | 58.99 | - |
| YUV | 97.47 | 188.68 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 205 | 0.36 | 0.71 | 0 | 0.20 | 270 | 0.59 | 0.52 |
| Hex | 84 | 3B | CD | 24 | 47 | 0 | 14 | 10E | 3B | 34 |
| Octal | 204 | 73 | 315 | 44 | 107 | 0 | 24 | 416 | 73 | 64 |
| Binary | 10000100 | 111011 | 11001101 | 100100 | 1000111 | 0 | 10100 | 100001110 | 111011 | 110100 |
Color Harmonies of #843BCD
Complementary color
Monochromatic Colors of #843BCD
Black with #843BCD
Text Example
Text Example
White with #843BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BCD; }
p { color: rgb(132,59,205); }
H1.HeaderClassName
{
color: #843BCD;
}
.AnyTagClassName
{
color: #843BCD;
}
</style>
background-color css
<style>
a { background-color: #843BCD; }
a { background-color: rgb(132,59,205); }
div.DivClassName
{
background-color: #843BCD;
}
.BgClassName
{
background-color: #843BCD;
}
</style>
border-color css
<style>
span { border-color: #843BCD; }
span { border-color: rgb(132,59,205); }
td.TdClassName
{
border-color: #843BCD;
}
.TagClassName
{
border-color: #843BCD;
}
</style>