Shades of Dark Orchid #842CBA
Tints of Dark Orchid #842CBA
RGB
CMYK
RGB Variations
Color information
#842CBA (or 0x842CBA) is known color: Dark Orchid. HEX triplet: 84, 2C and BA. RGB value is (132,44,186). Sum of RGB (Red+Green+Blue) = 132+44+186=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #842CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CBA is #7BD345. Grayscale: #565656. Windows color (decimal): -8115014 or 12201092. OLE color: 12201092.
HSL color Cylindrical-coordinate representation of color #842CBA: hue angle of 277.18º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842CBA is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 44 | 186 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.27 |
| HSL | 277.18º | 0.62% | 0.45% | - |
| HSV(B) | 277.18º | 0.76% | 0.73% | - |
| XYZ | 19.28 | 10.25 | 47.42 | - |
| YUV | 86.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 186 | 0.29 | 0.76 | 0 | 0.27 | 277.18 | 0.62 | 0.45 |
| Hex | 84 | 2C | BA | 1D | 4C | 0 | 1B | 115 | 3E | 2D |
| Octal | 204 | 54 | 272 | 35 | 114 | 0 | 33 | 425 | 76 | 55 |
| Binary | 10000100 | 101100 | 10111010 | 11101 | 1001100 | 0 | 11011 | 100010101 | 111110 | 101101 |
Color Harmonies of #842CBA
Complementary color
Monochromatic Colors of #842CBA
Black with #842CBA
Text Example
Text Example
White with #842CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CBA; }
p { color: rgb(132,44,186); }
H1.HeaderClassName
{
color: #842CBA;
}
.AnyTagClassName
{
color: #842CBA;
}
</style>
background-color css
<style>
a { background-color: #842CBA; }
a { background-color: rgb(132,44,186); }
div.DivClassName
{
background-color: #842CBA;
}
.BgClassName
{
background-color: #842CBA;
}
</style>
border-color css
<style>
span { border-color: #842CBA; }
span { border-color: rgb(132,44,186); }
td.TdClassName
{
border-color: #842CBA;
}
.TagClassName
{
border-color: #842CBA;
}
</style>