Shades of Dark Orchid #8E32BB
Tints of Dark Orchid #8E32BB
RGB
CMYK
RGB Variations
Color information
#8E32BB (or 0x8E32BB) is known color: Dark Orchid. HEX triplet: 8E, 32 and BB. RGB value is (142,50,187). Sum of RGB (Red+Green+Blue) = 142+50+187=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E32BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E32BB is #71CD44. Grayscale: #5C5C5C. Windows color (decimal): -7458117 or 12268174. OLE color: 12268174.
HSL color Cylindrical-coordinate representation of color #8E32BB: hue angle of 280.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E32BB is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 50 | 187 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.27 |
| HSL | 280.29º | 0.58% | 0.46% | - |
| HSV(B) | 280.29º | 0.73% | 0.73% | - |
| XYZ | 21.27 | 11.62 | 48.14 | - |
| YUV | 93.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 187 | 0.24 | 0.73 | 0 | 0.27 | 280.29 | 0.58 | 0.46 |
| Hex | 8E | 32 | BB | 18 | 49 | 0 | 1B | 118 | 3A | 2E |
| Octal | 216 | 62 | 273 | 30 | 111 | 0 | 33 | 430 | 72 | 56 |
| Binary | 10001110 | 110010 | 10111011 | 11000 | 1001001 | 0 | 11011 | 100011000 | 111010 | 101110 |
Color Harmonies of #8E32BB
Complementary color
Monochromatic Colors of #8E32BB
Black with #8E32BB
Text Example
Text Example
White with #8E32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E32BB; }
p { color: rgb(142,50,187); }
H1.HeaderClassName
{
color: #8E32BB;
}
.AnyTagClassName
{
color: #8E32BB;
}
</style>
background-color css
<style>
a { background-color: #8E32BB; }
a { background-color: rgb(142,50,187); }
div.DivClassName
{
background-color: #8E32BB;
}
.BgClassName
{
background-color: #8E32BB;
}
</style>
border-color css
<style>
span { border-color: #8E32BB; }
span { border-color: rgb(142,50,187); }
td.TdClassName
{
border-color: #8E32BB;
}
.TagClassName
{
border-color: #8E32BB;
}
</style>