Shades of Dark Orchid #8E37BB
Tints of Dark Orchid #8E37BB
RGB
CMYK
RGB Variations
Color information
#8E37BB (or 0x8E37BB) is known color: Dark Orchid. HEX triplet: 8E, 37 and BB. RGB value is (142,55,187). Sum of RGB (Red+Green+Blue) = 142+55+187=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E37BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E37BB is #71C844. Grayscale: #5F5F5F. Windows color (decimal): -7456837 or 12269454. OLE color: 12269454.
HSL color Cylindrical-coordinate representation of color #8E37BB: hue angle of 279.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E37BB is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 55 | 187 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.27 |
| HSL | 279.55º | 0.55% | 0.47% | - |
| HSV(B) | 279.55º | 0.71% | 0.73% | - |
| XYZ | 21.49 | 12.07 | 48.21 | - |
| YUV | 96.06 | 179.32 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 55 | 187 | 0.24 | 0.71 | 0 | 0.27 | 279.55 | 0.55 | 0.47 |
| Hex | 8E | 37 | BB | 18 | 47 | 0 | 1B | 118 | 37 | 2F |
| Octal | 216 | 67 | 273 | 30 | 107 | 0 | 33 | 430 | 67 | 57 |
| Binary | 10001110 | 110111 | 10111011 | 11000 | 1000111 | 0 | 11011 | 100011000 | 110111 | 101111 |
Color Harmonies of #8E37BB
Complementary color
Monochromatic Colors of #8E37BB
Black with #8E37BB
Text Example
Text Example
White with #8E37BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E37BB; }
p { color: rgb(142,55,187); }
H1.HeaderClassName
{
color: #8E37BB;
}
.AnyTagClassName
{
color: #8E37BB;
}
</style>
background-color css
<style>
a { background-color: #8E37BB; }
a { background-color: rgb(142,55,187); }
div.DivClassName
{
background-color: #8E37BB;
}
.BgClassName
{
background-color: #8E37BB;
}
</style>
border-color css
<style>
span { border-color: #8E37BB; }
span { border-color: rgb(142,55,187); }
td.TdClassName
{
border-color: #8E37BB;
}
.TagClassName
{
border-color: #8E37BB;
}
</style>