Shades of Dark Orchid #8E28AD
Tints of Dark Orchid #8E28AD
RGB
CMYK
RGB Variations
Color information
#8E28AD (or 0x8E28AD) is known color: Dark Orchid. HEX triplet: 8E, 28 and AD. RGB value is (142,40,173). Sum of RGB (Red+Green+Blue) = 142+40+173=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E28AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E28AD is #71D752. Grayscale: #555555. Windows color (decimal): -7460691 or 11348110. OLE color: 11348110.
HSL color Cylindrical-coordinate representation of color #8E28AD: hue angle of 286.02º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E28AD is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 40 | 173 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.32 |
| HSL | 286.02º | 0.62% | 0.42% | - |
| HSV(B) | 286.02º | 0.77% | 0.68% | - |
| XYZ | 19.46 | 10.29 | 40.49 | - |
| YUV | 85.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 173 | 0.18 | 0.77 | 0 | 0.32 | 286.02 | 0.62 | 0.42 |
| Hex | 8E | 28 | AD | 12 | 4D | 0 | 20 | 11E | 3E | 2A |
| Octal | 216 | 50 | 255 | 22 | 115 | 0 | 40 | 436 | 76 | 52 |
| Binary | 10001110 | 101000 | 10101101 | 10010 | 1001101 | 0 | 100000 | 100011110 | 111110 | 101010 |
Color Harmonies of #8E28AD
Complementary color
Monochromatic Colors of #8E28AD
Black with #8E28AD
Text Example
Text Example
White with #8E28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E28AD; }
p { color: rgb(142,40,173); }
H1.HeaderClassName
{
color: #8E28AD;
}
.AnyTagClassName
{
color: #8E28AD;
}
</style>
background-color css
<style>
a { background-color: #8E28AD; }
a { background-color: rgb(142,40,173); }
div.DivClassName
{
background-color: #8E28AD;
}
.BgClassName
{
background-color: #8E28AD;
}
</style>
border-color css
<style>
span { border-color: #8E28AD; }
span { border-color: rgb(142,40,173); }
td.TdClassName
{
border-color: #8E28AD;
}
.TagClassName
{
border-color: #8E28AD;
}
</style>