Shades of Dark Orchid #8E26BC
Tints of Dark Orchid #8E26BC
RGB
CMYK
RGB Variations
Color information
#8E26BC (or 0x8E26BC) is known color: Dark Orchid. HEX triplet: 8E, 26 and BC. RGB value is (142,38,188). Sum of RGB (Red+Green+Blue) = 142+38+188=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E26BC is #71D943. Grayscale: #555555. Windows color (decimal): -7461188 or 12330638. OLE color: 12330638.
HSL color Cylindrical-coordinate representation of color #8E26BC: hue angle of 281.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E26BC is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 38 | 188 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.26 |
| HSL | 281.6º | 0.66% | 0.44% | - |
| HSV(B) | 281.6º | 0.8% | 0.74% | - |
| XYZ | 20.93 | 10.77 | 48.55 | - |
| YUV | 86.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 188 | 0.24 | 0.80 | 0 | 0.26 | 281.6 | 0.66 | 0.44 |
| Hex | 8E | 26 | BC | 18 | 50 | 0 | 1A | 11A | 42 | 2C |
| Octal | 216 | 46 | 274 | 30 | 120 | 0 | 32 | 432 | 102 | 54 |
| Binary | 10001110 | 100110 | 10111100 | 11000 | 1010000 | 0 | 11010 | 100011010 | 1000010 | 101100 |
Color Harmonies of #8E26BC
Complementary color
Monochromatic Colors of #8E26BC
Black with #8E26BC
Text Example
Text Example
White with #8E26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E26BC; }
p { color: rgb(142,38,188); }
H1.HeaderClassName
{
color: #8E26BC;
}
.AnyTagClassName
{
color: #8E26BC;
}
</style>
background-color css
<style>
a { background-color: #8E26BC; }
a { background-color: rgb(142,38,188); }
div.DivClassName
{
background-color: #8E26BC;
}
.BgClassName
{
background-color: #8E26BC;
}
</style>
border-color css
<style>
span { border-color: #8E26BC; }
span { border-color: rgb(142,38,188); }
td.TdClassName
{
border-color: #8E26BC;
}
.TagClassName
{
border-color: #8E26BC;
}
</style>