Shades of Dark Orchid #842BBC
Tints of Dark Orchid #842BBC
RGB
CMYK
RGB Variations
Color information
#842BBC (or 0x842BBC) is known color: Dark Orchid. HEX triplet: 84, 2B and BC. RGB value is (132,43,188). Sum of RGB (Red+Green+Blue) = 132+43+188=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #842BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BBC is #7BD443. Grayscale: #555555. Windows color (decimal): -8115268 or 12331908. OLE color: 12331908.
HSL color Cylindrical-coordinate representation of color #842BBC: hue angle of 276.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842BBC is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 43 | 188 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.26 |
| HSL | 276.83º | 0.63% | 0.45% | - |
| HSV(B) | 276.83º | 0.77% | 0.74% | - |
| XYZ | 19.46 | 10.26 | 48.53 | - |
| YUV | 86.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 188 | 0.30 | 0.77 | 0 | 0.26 | 276.83 | 0.63 | 0.45 |
| Hex | 84 | 2B | BC | 1E | 4D | 0 | 1A | 115 | 3F | 2D |
| Octal | 204 | 53 | 274 | 36 | 115 | 0 | 32 | 425 | 77 | 55 |
| Binary | 10000100 | 101011 | 10111100 | 11110 | 1001101 | 0 | 11010 | 100010101 | 111111 | 101101 |
Color Harmonies of #842BBC
Complementary color
Monochromatic Colors of #842BBC
Black with #842BBC
Text Example
Text Example
White with #842BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BBC; }
p { color: rgb(132,43,188); }
H1.HeaderClassName
{
color: #842BBC;
}
.AnyTagClassName
{
color: #842BBC;
}
</style>
background-color css
<style>
a { background-color: #842BBC; }
a { background-color: rgb(132,43,188); }
div.DivClassName
{
background-color: #842BBC;
}
.BgClassName
{
background-color: #842BBC;
}
</style>
border-color css
<style>
span { border-color: #842BBC; }
span { border-color: rgb(132,43,188); }
td.TdClassName
{
border-color: #842BBC;
}
.TagClassName
{
border-color: #842BBC;
}
</style>