Shades of Dark Orchid #8E39CE
Tints of Dark Orchid #8E39CE
RGB
CMYK
RGB Variations
Color information
#8E39CE (or 0x8E39CE) is known color: Dark Orchid. HEX triplet: 8E, 39 and CE. RGB value is (142,57,206). Sum of RGB (Red+Green+Blue) = 142+57+206=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E39CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E39CE is #71C631. Grayscale: #626262. Windows color (decimal): -7456306 or 13515150. OLE color: 13515150.
HSL color Cylindrical-coordinate representation of color #8E39CE: hue angle of 274.23º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E39CE is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 57 | 206 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.19 |
| HSL | 274.23º | 0.6% | 0.52% | - |
| HSV(B) | 274.23º | 0.72% | 0.81% | - |
| XYZ | 23.76 | 13.13 | 59.68 | - |
| YUV | 99.4 | 188.16 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 206 | 0.31 | 0.72 | 0 | 0.19 | 274.23 | 0.6 | 0.52 |
| Hex | 8E | 39 | CE | 1F | 48 | 0 | 13 | 112 | 3C | 34 |
| Octal | 216 | 71 | 316 | 37 | 110 | 0 | 23 | 422 | 74 | 64 |
| Binary | 10001110 | 111001 | 11001110 | 11111 | 1001000 | 0 | 10011 | 100010010 | 111100 | 110100 |
Color Harmonies of #8E39CE
Complementary color
Monochromatic Colors of #8E39CE
Black with #8E39CE
Text Example
Text Example
White with #8E39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E39CE; }
p { color: rgb(142,57,206); }
H1.HeaderClassName
{
color: #8E39CE;
}
.AnyTagClassName
{
color: #8E39CE;
}
</style>
background-color css
<style>
a { background-color: #8E39CE; }
a { background-color: rgb(142,57,206); }
div.DivClassName
{
background-color: #8E39CE;
}
.BgClassName
{
background-color: #8E39CE;
}
</style>
border-color css
<style>
span { border-color: #8E39CE; }
span { border-color: rgb(142,57,206); }
td.TdClassName
{
border-color: #8E39CE;
}
.TagClassName
{
border-color: #8E39CE;
}
</style>