Shades of Dark Orchid #8E2ACC
Tints of Dark Orchid #8E2ACC
RGB
CMYK
RGB Variations
Color information
#8E2ACC (or 0x8E2ACC) is known color: Dark Orchid. HEX triplet: 8E, 2A and CC. RGB value is (142,42,204). Sum of RGB (Red+Green+Blue) = 142+42+204=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2ACC is #71D533. Grayscale: #595959. Windows color (decimal): -7460148 or 13380238. OLE color: 13380238.
HSL color Cylindrical-coordinate representation of color #8E2ACC: hue angle of 277.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E2ACC is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 42 | 204 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.2 |
| HSL | 277.04º | 0.66% | 0.48% | - |
| HSV(B) | 277.04º | 0.79% | 0.8% | - |
| XYZ | 22.88 | 11.77 | 58.19 | - |
| YUV | 90.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 42 | 204 | 0.30 | 0.79 | 0 | 0.2 | 277.04 | 0.66 | 0.48 |
| Hex | 8E | 2A | CC | 1E | 4F | 0 | 14 | 115 | 42 | 30 |
| Octal | 216 | 52 | 314 | 36 | 117 | 0 | 24 | 425 | 102 | 60 |
| Binary | 10001110 | 101010 | 11001100 | 11110 | 1001111 | 0 | 10100 | 100010101 | 1000010 | 110000 |
Color Harmonies of #8E2ACC
Complementary color
Monochromatic Colors of #8E2ACC
Black with #8E2ACC
Text Example
Text Example
White with #8E2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2ACC; }
p { color: rgb(142,42,204); }
H1.HeaderClassName
{
color: #8E2ACC;
}
.AnyTagClassName
{
color: #8E2ACC;
}
</style>
background-color css
<style>
a { background-color: #8E2ACC; }
a { background-color: rgb(142,42,204); }
div.DivClassName
{
background-color: #8E2ACC;
}
.BgClassName
{
background-color: #8E2ACC;
}
</style>
border-color css
<style>
span { border-color: #8E2ACC; }
span { border-color: rgb(142,42,204); }
td.TdClassName
{
border-color: #8E2ACC;
}
.TagClassName
{
border-color: #8E2ACC;
}
</style>