Shades of Dark Orchid #8E24BB
Tints of Dark Orchid #8E24BB
RGB
CMYK
RGB Variations
Color information
#8E24BB (or 0x8E24BB) is known color: Dark Orchid. HEX triplet: 8E, 24 and BB. RGB value is (142,36,187). Sum of RGB (Red+Green+Blue) = 142+36+187=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E24BB is #71DB44. Grayscale: #545454. Windows color (decimal): -7461701 or 12264590. OLE color: 12264590.
HSL color Cylindrical-coordinate representation of color #8E24BB: hue angle of 282.12º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E24BB is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 36 | 187 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.27 |
| HSL | 282.12º | 0.68% | 0.44% | - |
| HSV(B) | 282.12º | 0.81% | 0.73% | - |
| XYZ | 20.76 | 10.6 | 47.97 | - |
| YUV | 84.91 | 185.62 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 36 | 187 | 0.24 | 0.81 | 0 | 0.27 | 282.12 | 0.68 | 0.44 |
| Hex | 8E | 24 | BB | 18 | 51 | 0 | 1B | 11A | 44 | 2C |
| Octal | 216 | 44 | 273 | 30 | 121 | 0 | 33 | 432 | 104 | 54 |
| Binary | 10001110 | 100100 | 10111011 | 11000 | 1010001 | 0 | 11011 | 100011010 | 1000100 | 101100 |
Color Harmonies of #8E24BB
Complementary color
Monochromatic Colors of #8E24BB
Black with #8E24BB
Text Example
Text Example
White with #8E24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E24BB; }
p { color: rgb(142,36,187); }
H1.HeaderClassName
{
color: #8E24BB;
}
.AnyTagClassName
{
color: #8E24BB;
}
</style>
background-color css
<style>
a { background-color: #8E24BB; }
a { background-color: rgb(142,36,187); }
div.DivClassName
{
background-color: #8E24BB;
}
.BgClassName
{
background-color: #8E24BB;
}
</style>
border-color css
<style>
span { border-color: #8E24BB; }
span { border-color: rgb(142,36,187); }
td.TdClassName
{
border-color: #8E24BB;
}
.TagClassName
{
border-color: #8E24BB;
}
</style>