Shades of Dark Orchid #8D2EC6
Tints of Dark Orchid #8D2EC6
RGB
CMYK
RGB Variations
Color information
#8D2EC6 (or 0x8D2EC6) is known color: Dark Orchid. HEX triplet: 8D, 2E and C6. RGB value is (141,46,198). Sum of RGB (Red+Green+Blue) = 141+46+198=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D2EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2EC6 is #72D139. Grayscale: #5B5B5B. Windows color (decimal): -7524666 or 12988045. OLE color: 12988045.
HSL color Cylindrical-coordinate representation of color #8D2EC6: hue angle of 277.5º degrees, saturation: 0.62, 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 #8D2EC6 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 46 | 198 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.22 |
| HSL | 277.5º | 0.62% | 0.48% | - |
| HSV(B) | 277.5º | 0.77% | 0.78% | - |
| XYZ | 22.15 | 11.69 | 54.52 | - |
| YUV | 91.73 | 187.97 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 46 | 198 | 0.29 | 0.77 | 0 | 0.22 | 277.5 | 0.62 | 0.48 |
| Hex | 8D | 2E | C6 | 1D | 4D | 0 | 16 | 116 | 3E | 30 |
| Octal | 215 | 56 | 306 | 35 | 115 | 0 | 26 | 426 | 76 | 60 |
| Binary | 10001101 | 101110 | 11000110 | 11101 | 1001101 | 0 | 10110 | 100010110 | 111110 | 110000 |
Color Harmonies of #8D2EC6
Complementary color
Monochromatic Colors of #8D2EC6
Black with #8D2EC6
Text Example
Text Example
White with #8D2EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2EC6; }
p { color: rgb(141,46,198); }
H1.HeaderClassName
{
color: #8D2EC6;
}
.AnyTagClassName
{
color: #8D2EC6;
}
</style>
background-color css
<style>
a { background-color: #8D2EC6; }
a { background-color: rgb(141,46,198); }
div.DivClassName
{
background-color: #8D2EC6;
}
.BgClassName
{
background-color: #8D2EC6;
}
</style>
border-color css
<style>
span { border-color: #8D2EC6; }
span { border-color: rgb(141,46,198); }
td.TdClassName
{
border-color: #8D2EC6;
}
.TagClassName
{
border-color: #8D2EC6;
}
</style>