Shades of Dark Orchid #8E2BBC
Tints of Dark Orchid #8E2BBC
RGB
CMYK
RGB Variations
Color information
#8E2BBC (or 0x8E2BBC) is known color: Dark Orchid. HEX triplet: 8E, 2B and BC. RGB value is (142,43,188). Sum of RGB (Red+Green+Blue) = 142+43+188=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E2BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2BBC is #71D443. Grayscale: #585858. Windows color (decimal): -7459908 or 12331918. OLE color: 12331918.
HSL color Cylindrical-coordinate representation of color #8E2BBC: hue angle of 280.97º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2BBC is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 43 | 188 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.26 |
| HSL | 280.97º | 0.63% | 0.45% | - |
| HSV(B) | 280.97º | 0.77% | 0.74% | - |
| XYZ | 21.1 | 11.11 | 48.61 | - |
| YUV | 89.13 | 183.8 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 43 | 188 | 0.24 | 0.77 | 0 | 0.26 | 280.97 | 0.63 | 0.45 |
| Hex | 8E | 2B | BC | 18 | 4D | 0 | 1A | 119 | 3F | 2D |
| Octal | 216 | 53 | 274 | 30 | 115 | 0 | 32 | 431 | 77 | 55 |
| Binary | 10001110 | 101011 | 10111100 | 11000 | 1001101 | 0 | 11010 | 100011001 | 111111 | 101101 |
Color Harmonies of #8E2BBC
Complementary color
Monochromatic Colors of #8E2BBC
Black with #8E2BBC
Text Example
Text Example
White with #8E2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2BBC; }
p { color: rgb(142,43,188); }
H1.HeaderClassName
{
color: #8E2BBC;
}
.AnyTagClassName
{
color: #8E2BBC;
}
</style>
background-color css
<style>
a { background-color: #8E2BBC; }
a { background-color: rgb(142,43,188); }
div.DivClassName
{
background-color: #8E2BBC;
}
.BgClassName
{
background-color: #8E2BBC;
}
</style>
border-color css
<style>
span { border-color: #8E2BBC; }
span { border-color: rgb(142,43,188); }
td.TdClassName
{
border-color: #8E2BBC;
}
.TagClassName
{
border-color: #8E2BBC;
}
</style>