Shades of Dark Orchid #842BBD
Tints of Dark Orchid #842BBD
RGB
CMYK
RGB Variations
Color information
#842BBD (or 0x842BBD) is known color: Dark Orchid. HEX triplet: 84, 2B and BD. RGB value is (132,43,189). Sum of RGB (Red+Green+Blue) = 132+43+189=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #842BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BBD is #7BD442. Grayscale: #555555. Windows color (decimal): -8115267 or 12397444. OLE color: 12397444.
HSL color Cylindrical-coordinate representation of color #842BBD: hue angle of 276.58º 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 #842BBD is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 43 | 189 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.26 |
| HSL | 276.58º | 0.63% | 0.45% | - |
| HSV(B) | 276.58º | 0.77% | 0.74% | - |
| XYZ | 19.56 | 10.31 | 49.1 | - |
| YUV | 86.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 189 | 0.30 | 0.77 | 0 | 0.26 | 276.58 | 0.63 | 0.45 |
| Hex | 84 | 2B | BD | 1E | 4D | 0 | 1A | 115 | 3F | 2D |
| Octal | 204 | 53 | 275 | 36 | 115 | 0 | 32 | 425 | 77 | 55 |
| Binary | 10000100 | 101011 | 10111101 | 11110 | 1001101 | 0 | 11010 | 100010101 | 111111 | 101101 |
Color Harmonies of #842BBD
Complementary color
Monochromatic Colors of #842BBD
Black with #842BBD
Text Example
Text Example
White with #842BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BBD; }
p { color: rgb(132,43,189); }
H1.HeaderClassName
{
color: #842BBD;
}
.AnyTagClassName
{
color: #842BBD;
}
</style>
background-color css
<style>
a { background-color: #842BBD; }
a { background-color: rgb(132,43,189); }
div.DivClassName
{
background-color: #842BBD;
}
.BgClassName
{
background-color: #842BBD;
}
</style>
border-color css
<style>
span { border-color: #842BBD; }
span { border-color: rgb(132,43,189); }
td.TdClassName
{
border-color: #842BBD;
}
.TagClassName
{
border-color: #842BBD;
}
</style>