Shades of Dark Orchid #8E36BC
Tints of Dark Orchid #8E36BC
RGB
CMYK
RGB Variations
Color information
#8E36BC (or 0x8E36BC) is known color: Dark Orchid. HEX triplet: 8E, 36 and BC. RGB value is (142,54,188). Sum of RGB (Red+Green+Blue) = 142+54+188=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E36BC is #71C943. Grayscale: #5F5F5F. Windows color (decimal): -7457092 or 12334734. OLE color: 12334734.
HSL color Cylindrical-coordinate representation of color #8E36BC: hue angle of 279.4º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E36BC is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 54 | 188 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.26 |
| HSL | 279.4º | 0.55% | 0.47% | - |
| HSV(B) | 279.4º | 0.71% | 0.74% | - |
| XYZ | 21.55 | 12.02 | 48.76 | - |
| YUV | 95.59 | 180.15 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 188 | 0.24 | 0.71 | 0 | 0.26 | 279.4 | 0.55 | 0.47 |
| Hex | 8E | 36 | BC | 18 | 47 | 0 | 1A | 117 | 37 | 2F |
| Octal | 216 | 66 | 274 | 30 | 107 | 0 | 32 | 427 | 67 | 57 |
| Binary | 10001110 | 110110 | 10111100 | 11000 | 1000111 | 0 | 11010 | 100010111 | 110111 | 101111 |
Color Harmonies of #8E36BC
Complementary color
Monochromatic Colors of #8E36BC
Black with #8E36BC
Text Example
Text Example
White with #8E36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E36BC; }
p { color: rgb(142,54,188); }
H1.HeaderClassName
{
color: #8E36BC;
}
.AnyTagClassName
{
color: #8E36BC;
}
</style>
background-color css
<style>
a { background-color: #8E36BC; }
a { background-color: rgb(142,54,188); }
div.DivClassName
{
background-color: #8E36BC;
}
.BgClassName
{
background-color: #8E36BC;
}
</style>
border-color css
<style>
span { border-color: #8E36BC; }
span { border-color: rgb(142,54,188); }
td.TdClassName
{
border-color: #8E36BC;
}
.TagClassName
{
border-color: #8E36BC;
}
</style>