Shades of Dark Orchid #8E2CC1
Tints of Dark Orchid #8E2CC1
RGB
CMYK
RGB Variations
Color information
#8E2CC1 (or 0x8E2CC1) is known color: Dark Orchid. HEX triplet: 8E, 2C and C1. RGB value is (142,44,193). Sum of RGB (Red+Green+Blue) = 142+44+193=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E2CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2CC1 is #71D33E. Grayscale: #595959. Windows color (decimal): -7459647 or 12659854. OLE color: 12659854.
HSL color Cylindrical-coordinate representation of color #8E2CC1: hue angle of 279.46º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2CC1 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 44 | 193 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.24 |
| HSL | 279.46º | 0.63% | 0.46% | - |
| HSV(B) | 279.46º | 0.77% | 0.76% | - |
| XYZ | 21.68 | 11.4 | 51.51 | - |
| YUV | 90.29 | 185.97 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 44 | 193 | 0.26 | 0.77 | 0 | 0.24 | 279.46 | 0.63 | 0.46 |
| Hex | 8E | 2C | C1 | 1A | 4D | 0 | 18 | 117 | 3F | 2E |
| Octal | 216 | 54 | 301 | 32 | 115 | 0 | 30 | 427 | 77 | 56 |
| Binary | 10001110 | 101100 | 11000001 | 11010 | 1001101 | 0 | 11000 | 100010111 | 111111 | 101110 |
Color Harmonies of #8E2CC1
Complementary color
Monochromatic Colors of #8E2CC1
Black with #8E2CC1
Text Example
Text Example
White with #8E2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2CC1; }
p { color: rgb(142,44,193); }
H1.HeaderClassName
{
color: #8E2CC1;
}
.AnyTagClassName
{
color: #8E2CC1;
}
</style>
background-color css
<style>
a { background-color: #8E2CC1; }
a { background-color: rgb(142,44,193); }
div.DivClassName
{
background-color: #8E2CC1;
}
.BgClassName
{
background-color: #8E2CC1;
}
</style>
border-color css
<style>
span { border-color: #8E2CC1; }
span { border-color: rgb(142,44,193); }
td.TdClassName
{
border-color: #8E2CC1;
}
.TagClassName
{
border-color: #8E2CC1;
}
</style>