Shades of Dark Orchid #8E3DCD
Tints of Dark Orchid #8E3DCD
RGB
CMYK
RGB Variations
Color information
#8E3DCD (or 0x8E3DCD) is known color: Dark Orchid. HEX triplet: 8E, 3D and CD. RGB value is (142,61,205). Sum of RGB (Red+Green+Blue) = 142+61+205=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E3DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3DCD is #71C232. Grayscale: #656565. Windows color (decimal): -7455283 or 13450638. OLE color: 13450638.
HSL color Cylindrical-coordinate representation of color #8E3DCD: hue angle of 273.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E3DCD is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 61 | 205 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.20 |
| HSL | 273.75º | 0.59% | 0.52% | - |
| HSV(B) | 273.75º | 0.7% | 0.8% | - |
| XYZ | 23.84 | 13.5 | 59.11 | - |
| YUV | 101.64 | 186.34 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 205 | 0.31 | 0.70 | 0 | 0.20 | 273.75 | 0.59 | 0.52 |
| Hex | 8E | 3D | CD | 1F | 46 | 0 | 14 | 112 | 3B | 34 |
| Octal | 216 | 75 | 315 | 37 | 106 | 0 | 24 | 422 | 73 | 64 |
| Binary | 10001110 | 111101 | 11001101 | 11111 | 1000110 | 0 | 10100 | 100010010 | 111011 | 110100 |
Color Harmonies of #8E3DCD
Complementary color
Monochromatic Colors of #8E3DCD
Black with #8E3DCD
Text Example
Text Example
White with #8E3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3DCD; }
p { color: rgb(142,61,205); }
H1.HeaderClassName
{
color: #8E3DCD;
}
.AnyTagClassName
{
color: #8E3DCD;
}
</style>
background-color css
<style>
a { background-color: #8E3DCD; }
a { background-color: rgb(142,61,205); }
div.DivClassName
{
background-color: #8E3DCD;
}
.BgClassName
{
background-color: #8E3DCD;
}
</style>
border-color css
<style>
span { border-color: #8E3DCD; }
span { border-color: rgb(142,61,205); }
td.TdClassName
{
border-color: #8E3DCD;
}
.TagClassName
{
border-color: #8E3DCD;
}
</style>