Shades of Dark Orchid #8E38BC
Tints of Dark Orchid #8E38BC
RGB
CMYK
RGB Variations
Color information
#8E38BC (or 0x8E38BC) is known color: Dark Orchid. HEX triplet: 8E, 38 and BC. RGB value is (142,56,188). Sum of RGB (Red+Green+Blue) = 142+56+188=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E38BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E38BC is #71C743. Grayscale: #606060. Windows color (decimal): -7456580 or 12335246. OLE color: 12335246.
HSL color Cylindrical-coordinate representation of color #8E38BC: hue angle of 279.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E38BC is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 56 | 188 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.26 |
| HSL | 279.09º | 0.54% | 0.48% | - |
| HSV(B) | 279.09º | 0.7% | 0.74% | - |
| XYZ | 21.65 | 12.21 | 48.79 | - |
| YUV | 96.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 56 | 188 | 0.24 | 0.70 | 0 | 0.26 | 279.09 | 0.54 | 0.48 |
| Hex | 8E | 38 | BC | 18 | 46 | 0 | 1A | 117 | 36 | 30 |
| Octal | 216 | 70 | 274 | 30 | 106 | 0 | 32 | 427 | 66 | 60 |
| Binary | 10001110 | 111000 | 10111100 | 11000 | 1000110 | 0 | 11010 | 100010111 | 110110 | 110000 |
Color Harmonies of #8E38BC
Complementary color
Monochromatic Colors of #8E38BC
Black with #8E38BC
Text Example
Text Example
White with #8E38BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E38BC; }
p { color: rgb(142,56,188); }
H1.HeaderClassName
{
color: #8E38BC;
}
.AnyTagClassName
{
color: #8E38BC;
}
</style>
background-color css
<style>
a { background-color: #8E38BC; }
a { background-color: rgb(142,56,188); }
div.DivClassName
{
background-color: #8E38BC;
}
.BgClassName
{
background-color: #8E38BC;
}
</style>
border-color css
<style>
span { border-color: #8E38BC; }
span { border-color: rgb(142,56,188); }
td.TdClassName
{
border-color: #8E38BC;
}
.TagClassName
{
border-color: #8E38BC;
}
</style>