Shades of Dark Orchid #8E32BE
Tints of Dark Orchid #8E32BE
RGB
CMYK
RGB Variations
Color information
#8E32BE (or 0x8E32BE) is known color: Dark Orchid. HEX triplet: 8E, 32 and BE. RGB value is (142,50,190). Sum of RGB (Red+Green+Blue) = 142+50+190=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E32BE is #71CD41. Grayscale: #5D5D5D. Windows color (decimal): -7458114 or 12464782. OLE color: 12464782.
HSL color Cylindrical-coordinate representation of color #8E32BE: hue angle of 279.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E32BE is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 50 | 190 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.25 |
| HSL | 279.43º | 0.58% | 0.47% | - |
| HSV(B) | 279.43º | 0.74% | 0.75% | - |
| XYZ | 21.59 | 11.75 | 49.85 | - |
| YUV | 93.47 | 182.48 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 190 | 0.25 | 0.74 | 0 | 0.25 | 279.43 | 0.58 | 0.47 |
| Hex | 8E | 32 | BE | 19 | 4A | 0 | 19 | 117 | 3A | 2F |
| Octal | 216 | 62 | 276 | 31 | 112 | 0 | 31 | 427 | 72 | 57 |
| Binary | 10001110 | 110010 | 10111110 | 11001 | 1001010 | 0 | 11001 | 100010111 | 111010 | 101111 |
Color Harmonies of #8E32BE
Complementary color
Monochromatic Colors of #8E32BE
Black with #8E32BE
Text Example
Text Example
White with #8E32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E32BE; }
p { color: rgb(142,50,190); }
H1.HeaderClassName
{
color: #8E32BE;
}
.AnyTagClassName
{
color: #8E32BE;
}
</style>
background-color css
<style>
a { background-color: #8E32BE; }
a { background-color: rgb(142,50,190); }
div.DivClassName
{
background-color: #8E32BE;
}
.BgClassName
{
background-color: #8E32BE;
}
</style>
border-color css
<style>
span { border-color: #8E32BE; }
span { border-color: rgb(142,50,190); }
td.TdClassName
{
border-color: #8E32BE;
}
.TagClassName
{
border-color: #8E32BE;
}
</style>