Shades of Dark Orchid #8E2BBA
Tints of Dark Orchid #8E2BBA
RGB
CMYK
RGB Variations
Color information
#8E2BBA (or 0x8E2BBA) is known color: Dark Orchid. HEX triplet: 8E, 2B and BA. RGB value is (142,43,186). Sum of RGB (Red+Green+Blue) = 142+43+186=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2BBA is #71D445. Grayscale: #585858. Windows color (decimal): -7459910 or 12200846. OLE color: 12200846.
HSL color Cylindrical-coordinate representation of color #8E2BBA: hue angle of 281.54º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2BBA is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 43 | 186 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.27 |
| HSL | 281.54º | 0.62% | 0.45% | - |
| HSV(B) | 281.54º | 0.77% | 0.73% | - |
| XYZ | 20.88 | 11.02 | 47.48 | - |
| YUV | 88.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 43 | 186 | 0.24 | 0.77 | 0 | 0.27 | 281.54 | 0.62 | 0.45 |
| Hex | 8E | 2B | BA | 18 | 4D | 0 | 1B | 11A | 3E | 2D |
| Octal | 216 | 53 | 272 | 30 | 115 | 0 | 33 | 432 | 76 | 55 |
| Binary | 10001110 | 101011 | 10111010 | 11000 | 1001101 | 0 | 11011 | 100011010 | 111110 | 101101 |
Color Harmonies of #8E2BBA
Complementary color
Monochromatic Colors of #8E2BBA
Black with #8E2BBA
Text Example
Text Example
White with #8E2BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2BBA; }
p { color: rgb(142,43,186); }
H1.HeaderClassName
{
color: #8E2BBA;
}
.AnyTagClassName
{
color: #8E2BBA;
}
</style>
background-color css
<style>
a { background-color: #8E2BBA; }
a { background-color: rgb(142,43,186); }
div.DivClassName
{
background-color: #8E2BBA;
}
.BgClassName
{
background-color: #8E2BBA;
}
</style>
border-color css
<style>
span { border-color: #8E2BBA; }
span { border-color: rgb(142,43,186); }
td.TdClassName
{
border-color: #8E2BBA;
}
.TagClassName
{
border-color: #8E2BBA;
}
</style>