Shades of Dark Orchid #8E3AB2
Tints of Dark Orchid #8E3AB2
RGB
CMYK
RGB Variations
Color information
#8E3AB2 (or 0x8E3AB2) is known color: Dark Orchid. HEX triplet: 8E, 3A and B2. RGB value is (142,58,178). Sum of RGB (Red+Green+Blue) = 142+58+178=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #8E3AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3AB2 is #71C54D. Grayscale: #606060. Windows color (decimal): -7456078 or 11680398. OLE color: 11680398.
HSL color Cylindrical-coordinate representation of color #8E3AB2: hue angle of 282º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E3AB2 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 58 | 178 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.30 |
| HSL | 282º | 0.51% | 0.46% | - |
| HSV(B) | 282º | 0.67% | 0.7% | - |
| XYZ | 20.7 | 11.99 | 43.34 | - |
| YUV | 96.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 178 | 0.20 | 0.67 | 0 | 0.30 | 282 | 0.51 | 0.46 |
| Hex | 8E | 3A | B2 | 14 | 43 | 0 | 1E | 11A | 33 | 2E |
| Octal | 216 | 72 | 262 | 24 | 103 | 0 | 36 | 432 | 63 | 56 |
| Binary | 10001110 | 111010 | 10110010 | 10100 | 1000011 | 0 | 11110 | 100011010 | 110011 | 101110 |
Color Harmonies of #8E3AB2
Complementary color
Monochromatic Colors of #8E3AB2
Black with #8E3AB2
Text Example
Text Example
White with #8E3AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3AB2; }
p { color: rgb(142,58,178); }
H1.HeaderClassName
{
color: #8E3AB2;
}
.AnyTagClassName
{
color: #8E3AB2;
}
</style>
background-color css
<style>
a { background-color: #8E3AB2; }
a { background-color: rgb(142,58,178); }
div.DivClassName
{
background-color: #8E3AB2;
}
.BgClassName
{
background-color: #8E3AB2;
}
</style>
border-color css
<style>
span { border-color: #8E3AB2; }
span { border-color: rgb(142,58,178); }
td.TdClassName
{
border-color: #8E3AB2;
}
.TagClassName
{
border-color: #8E3AB2;
}
</style>