Shades of Dark Orchid #842DB2
Tints of Dark Orchid #842DB2
RGB
CMYK
RGB Variations
Color information
#842DB2 (or 0x842DB2) is known color: Dark Orchid. HEX triplet: 84, 2D and B2. RGB value is (132,45,178). Sum of RGB (Red+Green+Blue) = 132+45+178=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #842DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842DB2 is #7BD24D. Grayscale: #555555. Windows color (decimal): -8114766 or 11677060. OLE color: 11677060.
HSL color Cylindrical-coordinate representation of color #842DB2: hue angle of 279.25º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842DB2 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 45 | 178 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.30 |
| HSL | 279.25º | 0.6% | 0.44% | - |
| HSV(B) | 279.25º | 0.75% | 0.7% | - |
| XYZ | 18.49 | 10 | 43.07 | - |
| YUV | 86.18 | 179.82 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 178 | 0.26 | 0.75 | 0 | 0.30 | 279.25 | 0.6 | 0.44 |
| Hex | 84 | 2D | B2 | 1A | 4B | 0 | 1E | 117 | 3C | 2C |
| Octal | 204 | 55 | 262 | 32 | 113 | 0 | 36 | 427 | 74 | 54 |
| Binary | 10000100 | 101101 | 10110010 | 11010 | 1001011 | 0 | 11110 | 100010111 | 111100 | 101100 |
Color Harmonies of #842DB2
Complementary color
Monochromatic Colors of #842DB2
Black with #842DB2
Text Example
Text Example
White with #842DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DB2; }
p { color: rgb(132,45,178); }
H1.HeaderClassName
{
color: #842DB2;
}
.AnyTagClassName
{
color: #842DB2;
}
</style>
background-color css
<style>
a { background-color: #842DB2; }
a { background-color: rgb(132,45,178); }
div.DivClassName
{
background-color: #842DB2;
}
.BgClassName
{
background-color: #842DB2;
}
</style>
border-color css
<style>
span { border-color: #842DB2; }
span { border-color: rgb(132,45,178); }
td.TdClassName
{
border-color: #842DB2;
}
.TagClassName
{
border-color: #842DB2;
}
</style>