Shades of Dark Orchid #842CBB
Tints of Dark Orchid #842CBB
RGB
CMYK
RGB Variations
Color information
#842CBB (or 0x842CBB) is known color: Dark Orchid. HEX triplet: 84, 2C and BB. RGB value is (132,44,187). Sum of RGB (Red+Green+Blue) = 132+44+187=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #842CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CBB is #7BD344. Grayscale: #565656. Windows color (decimal): -8115013 or 12266628. OLE color: 12266628.
HSL color Cylindrical-coordinate representation of color #842CBB: hue angle of 276.92º 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 #842CBB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 44 | 187 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.27 |
| HSL | 276.92º | 0.62% | 0.45% | - |
| HSV(B) | 276.92º | 0.76% | 0.73% | - |
| XYZ | 19.39 | 10.29 | 47.98 | - |
| YUV | 86.61 | 184.65 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 187 | 0.29 | 0.76 | 0 | 0.27 | 276.92 | 0.62 | 0.45 |
| Hex | 84 | 2C | BB | 1D | 4C | 0 | 1B | 115 | 3E | 2D |
| Octal | 204 | 54 | 273 | 35 | 114 | 0 | 33 | 425 | 76 | 55 |
| Binary | 10000100 | 101100 | 10111011 | 11101 | 1001100 | 0 | 11011 | 100010101 | 111110 | 101101 |
Color Harmonies of #842CBB
Complementary color
Monochromatic Colors of #842CBB
Black with #842CBB
Text Example
Text Example
White with #842CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CBB; }
p { color: rgb(132,44,187); }
H1.HeaderClassName
{
color: #842CBB;
}
.AnyTagClassName
{
color: #842CBB;
}
</style>
background-color css
<style>
a { background-color: #842CBB; }
a { background-color: rgb(132,44,187); }
div.DivClassName
{
background-color: #842CBB;
}
.BgClassName
{
background-color: #842CBB;
}
</style>
border-color css
<style>
span { border-color: #842CBB; }
span { border-color: rgb(132,44,187); }
td.TdClassName
{
border-color: #842CBB;
}
.TagClassName
{
border-color: #842CBB;
}
</style>