Shades of Dark Orchid #842BBA
Tints of Dark Orchid #842BBA
RGB
CMYK
RGB Variations
Color information
#842BBA (or 0x842BBA) is known color: Dark Orchid. HEX triplet: 84, 2B and BA. RGB value is (132,43,186). Sum of RGB (Red+Green+Blue) = 132+43+186=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #842BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BBA is #7BD445. Grayscale: #555555. Windows color (decimal): -8115270 or 12200836. OLE color: 12200836.
HSL color Cylindrical-coordinate representation of color #842BBA: hue angle of 277.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842BBA is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 43 | 186 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.27 |
| HSL | 277.34º | 0.62% | 0.45% | - |
| HSV(B) | 277.34º | 0.77% | 0.73% | - |
| XYZ | 19.24 | 10.18 | 47.4 | - |
| YUV | 85.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 186 | 0.29 | 0.77 | 0 | 0.27 | 277.34 | 0.62 | 0.45 |
| Hex | 84 | 2B | BA | 1D | 4D | 0 | 1B | 115 | 3E | 2D |
| Octal | 204 | 53 | 272 | 35 | 115 | 0 | 33 | 425 | 76 | 55 |
| Binary | 10000100 | 101011 | 10111010 | 11101 | 1001101 | 0 | 11011 | 100010101 | 111110 | 101101 |
Color Harmonies of #842BBA
Complementary color
Monochromatic Colors of #842BBA
Black with #842BBA
Text Example
Text Example
White with #842BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BBA; }
p { color: rgb(132,43,186); }
H1.HeaderClassName
{
color: #842BBA;
}
.AnyTagClassName
{
color: #842BBA;
}
</style>
background-color css
<style>
a { background-color: #842BBA; }
a { background-color: rgb(132,43,186); }
div.DivClassName
{
background-color: #842BBA;
}
.BgClassName
{
background-color: #842BBA;
}
</style>
border-color css
<style>
span { border-color: #842BBA; }
span { border-color: rgb(132,43,186); }
td.TdClassName
{
border-color: #842BBA;
}
.TagClassName
{
border-color: #842BBA;
}
</style>