Shades of Dark Orchid #843BBB
Tints of Dark Orchid #843BBB
RGB
CMYK
RGB Variations
Color information
#843BBB (or 0x843BBB) is known color: Dark Orchid. HEX triplet: 84, 3B and BB. RGB value is (132,59,187). Sum of RGB (Red+Green+Blue) = 132+59+187=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #843BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BBB is #7BC444. Grayscale: #5E5E5E. Windows color (decimal): -8111173 or 12270468. OLE color: 12270468.
HSL color Cylindrical-coordinate representation of color #843BBB: hue angle of 274.22º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #843BBB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 59 | 187 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.27 |
| HSL | 274.22º | 0.52% | 0.48% | - |
| HSV(B) | 274.22º | 0.68% | 0.73% | - |
| XYZ | 20.05 | 11.62 | 48.2 | - |
| YUV | 95.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 187 | 0.29 | 0.68 | 0 | 0.27 | 274.22 | 0.52 | 0.48 |
| Hex | 84 | 3B | BB | 1D | 44 | 0 | 1B | 112 | 34 | 30 |
| Octal | 204 | 73 | 273 | 35 | 104 | 0 | 33 | 422 | 64 | 60 |
| Binary | 10000100 | 111011 | 10111011 | 11101 | 1000100 | 0 | 11011 | 100010010 | 110100 | 110000 |
Color Harmonies of #843BBB
Complementary color
Monochromatic Colors of #843BBB
Black with #843BBB
Text Example
Text Example
White with #843BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BBB; }
p { color: rgb(132,59,187); }
H1.HeaderClassName
{
color: #843BBB;
}
.AnyTagClassName
{
color: #843BBB;
}
</style>
background-color css
<style>
a { background-color: #843BBB; }
a { background-color: rgb(132,59,187); }
div.DivClassName
{
background-color: #843BBB;
}
.BgClassName
{
background-color: #843BBB;
}
</style>
border-color css
<style>
span { border-color: #843BBB; }
span { border-color: rgb(132,59,187); }
td.TdClassName
{
border-color: #843BBB;
}
.TagClassName
{
border-color: #843BBB;
}
</style>