Shades of Dark Orchid #8E3ACF
Tints of Dark Orchid #8E3ACF
RGB
CMYK
RGB Variations
Color information
#8E3ACF (or 0x8E3ACF) is known color: Dark Orchid. HEX triplet: 8E, 3A and CF. RGB value is (142,58,207). Sum of RGB (Red+Green+Blue) = 142+58+207=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E3ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3ACF is #71C530. Grayscale: #636363. Windows color (decimal): -7456049 or 13580942. OLE color: 13580942.
HSL color Cylindrical-coordinate representation of color #8E3ACF: hue angle of 273.83º degrees, saturation: 0.61, 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 #8E3ACF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 58 | 207 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.19 |
| HSL | 273.83º | 0.61% | 0.52% | - |
| HSV(B) | 273.83º | 0.72% | 0.81% | - |
| XYZ | 23.93 | 13.28 | 60.33 | - |
| YUV | 100.1 | 188.33 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 207 | 0.31 | 0.72 | 0 | 0.19 | 273.83 | 0.61 | 0.52 |
| Hex | 8E | 3A | CF | 1F | 48 | 0 | 13 | 112 | 3D | 34 |
| Octal | 216 | 72 | 317 | 37 | 110 | 0 | 23 | 422 | 75 | 64 |
| Binary | 10001110 | 111010 | 11001111 | 11111 | 1001000 | 0 | 10011 | 100010010 | 111101 | 110100 |
Color Harmonies of #8E3ACF
Complementary color
Monochromatic Colors of #8E3ACF
Black with #8E3ACF
Text Example
Text Example
White with #8E3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3ACF; }
p { color: rgb(142,58,207); }
H1.HeaderClassName
{
color: #8E3ACF;
}
.AnyTagClassName
{
color: #8E3ACF;
}
</style>
background-color css
<style>
a { background-color: #8E3ACF; }
a { background-color: rgb(142,58,207); }
div.DivClassName
{
background-color: #8E3ACF;
}
.BgClassName
{
background-color: #8E3ACF;
}
</style>
border-color css
<style>
span { border-color: #8E3ACF; }
span { border-color: rgb(142,58,207); }
td.TdClassName
{
border-color: #8E3ACF;
}
.TagClassName
{
border-color: #8E3ACF;
}
</style>