Shades of Dark Orchid #842DBB
Tints of Dark Orchid #842DBB
RGB
CMYK
RGB Variations
Color information
#842DBB (or 0x842DBB) is known color: Dark Orchid. HEX triplet: 84, 2D and BB. RGB value is (132,45,187). Sum of RGB (Red+Green+Blue) = 132+45+187=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #842DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DBB is #7BD244. Grayscale: #565656. Windows color (decimal): -8114757 or 12266884. OLE color: 12266884.
HSL color Cylindrical-coordinate representation of color #842DBB: hue angle of 276.76º degrees, saturation: 0.61, 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 #842DBB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 45 | 187 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.27 |
| HSL | 276.76º | 0.61% | 0.45% | - |
| HSV(B) | 276.76º | 0.76% | 0.73% | - |
| XYZ | 19.42 | 10.37 | 47.99 | - |
| YUV | 87.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 187 | 0.29 | 0.76 | 0 | 0.27 | 276.76 | 0.61 | 0.45 |
| Hex | 84 | 2D | BB | 1D | 4C | 0 | 1B | 115 | 3D | 2D |
| Octal | 204 | 55 | 273 | 35 | 114 | 0 | 33 | 425 | 75 | 55 |
| Binary | 10000100 | 101101 | 10111011 | 11101 | 1001100 | 0 | 11011 | 100010101 | 111101 | 101101 |
Color Harmonies of #842DBB
Complementary color
Monochromatic Colors of #842DBB
Black with #842DBB
Text Example
Text Example
White with #842DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DBB; }
p { color: rgb(132,45,187); }
H1.HeaderClassName
{
color: #842DBB;
}
.AnyTagClassName
{
color: #842DBB;
}
</style>
background-color css
<style>
a { background-color: #842DBB; }
a { background-color: rgb(132,45,187); }
div.DivClassName
{
background-color: #842DBB;
}
.BgClassName
{
background-color: #842DBB;
}
</style>
border-color css
<style>
span { border-color: #842DBB; }
span { border-color: rgb(132,45,187); }
td.TdClassName
{
border-color: #842DBB;
}
.TagClassName
{
border-color: #842DBB;
}
</style>