Shades of Dark Orchid #842BB6
Tints of Dark Orchid #842BB6
RGB
CMYK
RGB Variations
Color information
#842BB6 (or 0x842BB6) is known color: Dark Orchid. HEX triplet: 84, 2B and B6. RGB value is (132,43,182). Sum of RGB (Red+Green+Blue) = 132+43+182=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #842BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BB6 is #7BD449. Grayscale: #545454. Windows color (decimal): -8115274 or 11938692. OLE color: 11938692.
HSL color Cylindrical-coordinate representation of color #842BB6: hue angle of 278.42º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842BB6 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 43 | 182 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.29 |
| HSL | 278.42º | 0.62% | 0.44% | - |
| HSV(B) | 278.42º | 0.76% | 0.71% | - |
| XYZ | 18.82 | 10.01 | 45.2 | - |
| YUV | 85.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 182 | 0.27 | 0.76 | 0 | 0.29 | 278.42 | 0.62 | 0.44 |
| Hex | 84 | 2B | B6 | 1B | 4C | 0 | 1D | 116 | 3E | 2C |
| Octal | 204 | 53 | 266 | 33 | 114 | 0 | 35 | 426 | 76 | 54 |
| Binary | 10000100 | 101011 | 10110110 | 11011 | 1001100 | 0 | 11101 | 100010110 | 111110 | 101100 |
Color Harmonies of #842BB6
Complementary color
Monochromatic Colors of #842BB6
Black with #842BB6
Text Example
Text Example
White with #842BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BB6; }
p { color: rgb(132,43,182); }
H1.HeaderClassName
{
color: #842BB6;
}
.AnyTagClassName
{
color: #842BB6;
}
</style>
background-color css
<style>
a { background-color: #842BB6; }
a { background-color: rgb(132,43,182); }
div.DivClassName
{
background-color: #842BB6;
}
.BgClassName
{
background-color: #842BB6;
}
</style>
border-color css
<style>
span { border-color: #842BB6; }
span { border-color: rgb(132,43,182); }
td.TdClassName
{
border-color: #842BB6;
}
.TagClassName
{
border-color: #842BB6;
}
</style>