Shades of Dark Orchid #842DC7
Tints of Dark Orchid #842DC7
RGB
CMYK
RGB Variations
Color information
#842DC7 (or 0x842DC7) is known color: Dark Orchid. HEX triplet: 84, 2D and C7. RGB value is (132,45,199). Sum of RGB (Red+Green+Blue) = 132+45+199=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 199 (78.12% from 255 or 52.93% from 376); Max value from RGB is 199 - color contains mainly: blue. Hex color #842DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DC7 is #7BD238. Grayscale: #585858. Windows color (decimal): -8114745 or 13053316. OLE color: 13053316.
HSL color Cylindrical-coordinate representation of color #842DC7: hue angle of 273.9º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842DC7 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 45 | 199 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.22 |
| HSL | 273.9º | 0.63% | 0.48% | - |
| HSV(B) | 273.9º | 0.77% | 0.78% | - |
| XYZ | 20.76 | 10.91 | 55.04 | - |
| YUV | 88.57 | 190.32 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 199 | 0.34 | 0.77 | 0 | 0.22 | 273.9 | 0.63 | 0.48 |
| Hex | 84 | 2D | C7 | 22 | 4D | 0 | 16 | 112 | 3F | 30 |
| Octal | 204 | 55 | 307 | 42 | 115 | 0 | 26 | 422 | 77 | 60 |
| Binary | 10000100 | 101101 | 11000111 | 100010 | 1001101 | 0 | 10110 | 100010010 | 111111 | 110000 |
Color Harmonies of #842DC7
Complementary color
Monochromatic Colors of #842DC7
Black with #842DC7
Text Example
Text Example
White with #842DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DC7; }
p { color: rgb(132,45,199); }
H1.HeaderClassName
{
color: #842DC7;
}
.AnyTagClassName
{
color: #842DC7;
}
</style>
background-color css
<style>
a { background-color: #842DC7; }
a { background-color: rgb(132,45,199); }
div.DivClassName
{
background-color: #842DC7;
}
.BgClassName
{
background-color: #842DC7;
}
</style>
border-color css
<style>
span { border-color: #842DC7; }
span { border-color: rgb(132,45,199); }
td.TdClassName
{
border-color: #842DC7;
}
.TagClassName
{
border-color: #842DC7;
}
</style>