Shades of Dark Orchid #842BB7
Tints of Dark Orchid #842BB7
RGB
CMYK
RGB Variations
Color information
#842BB7 (or 0x842BB7) is known color: Dark Orchid. HEX triplet: 84, 2B and B7. RGB value is (132,43,183). Sum of RGB (Red+Green+Blue) = 132+43+183=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #842BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BB7 is #7BD448. Grayscale: #555555. Windows color (decimal): -8115273 or 12004228. OLE color: 12004228.
HSL color Cylindrical-coordinate representation of color #842BB7: hue angle of 278.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842BB7 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 43 | 183 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.28 |
| HSL | 278.14º | 0.62% | 0.44% | - |
| HSV(B) | 278.14º | 0.77% | 0.72% | - |
| XYZ | 18.93 | 10.05 | 45.74 | - |
| YUV | 85.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 183 | 0.28 | 0.77 | 0 | 0.28 | 278.14 | 0.62 | 0.44 |
| Hex | 84 | 2B | B7 | 1C | 4D | 0 | 1C | 116 | 3E | 2C |
| Octal | 204 | 53 | 267 | 34 | 115 | 0 | 34 | 426 | 76 | 54 |
| Binary | 10000100 | 101011 | 10110111 | 11100 | 1001101 | 0 | 11100 | 100010110 | 111110 | 101100 |
Color Harmonies of #842BB7
Complementary color
Monochromatic Colors of #842BB7
Black with #842BB7
Text Example
Text Example
White with #842BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BB7; }
p { color: rgb(132,43,183); }
H1.HeaderClassName
{
color: #842BB7;
}
.AnyTagClassName
{
color: #842BB7;
}
</style>
background-color css
<style>
a { background-color: #842BB7; }
a { background-color: rgb(132,43,183); }
div.DivClassName
{
background-color: #842BB7;
}
.BgClassName
{
background-color: #842BB7;
}
</style>
border-color css
<style>
span { border-color: #842BB7; }
span { border-color: rgb(132,43,183); }
td.TdClassName
{
border-color: #842BB7;
}
.TagClassName
{
border-color: #842BB7;
}
</style>