Shades of Dark Orchid #843DCC
Tints of Dark Orchid #843DCC
RGB
CMYK
RGB Variations
Color information
#843DCC (or 0x843DCC) is known color: Dark Orchid. HEX triplet: 84, 3D and CC. RGB value is (132,61,204). Sum of RGB (Red+Green+Blue) = 132+61+204=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #843DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DCC is #7BC233. Grayscale: #626262. Windows color (decimal): -8110644 or 13385092. OLE color: 13385092.
HSL color Cylindrical-coordinate representation of color #843DCC: hue angle of 269.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #843DCC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 61 | 204 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.2 |
| HSL | 269.79º | 0.58% | 0.52% | - |
| HSV(B) | 269.79º | 0.7% | 0.8% | - |
| XYZ | 22.08 | 12.6 | 58.4 | - |
| YUV | 98.53 | 187.52 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 204 | 0.35 | 0.70 | 0 | 0.2 | 269.79 | 0.58 | 0.52 |
| Hex | 84 | 3D | CC | 23 | 46 | 0 | 14 | 10E | 3A | 34 |
| Octal | 204 | 75 | 314 | 43 | 106 | 0 | 24 | 416 | 72 | 64 |
| Binary | 10000100 | 111101 | 11001100 | 100011 | 1000110 | 0 | 10100 | 100001110 | 111010 | 110100 |
Color Harmonies of #843DCC
Complementary color
Monochromatic Colors of #843DCC
Black with #843DCC
Text Example
Text Example
White with #843DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843DCC; }
p { color: rgb(132,61,204); }
H1.HeaderClassName
{
color: #843DCC;
}
.AnyTagClassName
{
color: #843DCC;
}
</style>
background-color css
<style>
a { background-color: #843DCC; }
a { background-color: rgb(132,61,204); }
div.DivClassName
{
background-color: #843DCC;
}
.BgClassName
{
background-color: #843DCC;
}
</style>
border-color css
<style>
span { border-color: #843DCC; }
span { border-color: rgb(132,61,204); }
td.TdClassName
{
border-color: #843DCC;
}
.TagClassName
{
border-color: #843DCC;
}
</style>