Shades of Dark Orchid #8E3BBC
Tints of Dark Orchid #8E3BBC
RGB
CMYK
RGB Variations
Color information
#8E3BBC (or 0x8E3BBC) is known color: Dark Orchid. HEX triplet: 8E, 3B and BC. RGB value is (142,59,188). Sum of RGB (Red+Green+Blue) = 142+59+188=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E3BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3BBC is #71C443. Grayscale: #626262. Windows color (decimal): -7455812 or 12336014. OLE color: 12336014.
HSL color Cylindrical-coordinate representation of color #8E3BBC: hue angle of 278.6º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E3BBC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 59 | 188 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.26 |
| HSL | 278.6º | 0.52% | 0.48% | - |
| HSV(B) | 278.6º | 0.69% | 0.74% | - |
| XYZ | 21.8 | 12.51 | 48.84 | - |
| YUV | 98.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 59 | 188 | 0.24 | 0.69 | 0 | 0.26 | 278.6 | 0.52 | 0.48 |
| Hex | 8E | 3B | BC | 18 | 45 | 0 | 1A | 117 | 34 | 30 |
| Octal | 216 | 73 | 274 | 30 | 105 | 0 | 32 | 427 | 64 | 60 |
| Binary | 10001110 | 111011 | 10111100 | 11000 | 1000101 | 0 | 11010 | 100010111 | 110100 | 110000 |
Color Harmonies of #8E3BBC
Complementary color
Monochromatic Colors of #8E3BBC
Black with #8E3BBC
Text Example
Text Example
White with #8E3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3BBC; }
p { color: rgb(142,59,188); }
H1.HeaderClassName
{
color: #8E3BBC;
}
.AnyTagClassName
{
color: #8E3BBC;
}
</style>
background-color css
<style>
a { background-color: #8E3BBC; }
a { background-color: rgb(142,59,188); }
div.DivClassName
{
background-color: #8E3BBC;
}
.BgClassName
{
background-color: #8E3BBC;
}
</style>
border-color css
<style>
span { border-color: #8E3BBC; }
span { border-color: rgb(142,59,188); }
td.TdClassName
{
border-color: #8E3BBC;
}
.TagClassName
{
border-color: #8E3BBC;
}
</style>