Shades of Dark Orchid #8D32BE
Tints of Dark Orchid #8D32BE
RGB
CMYK
RGB Variations
Color information
#8D32BE (or 0x8D32BE) is known color: Dark Orchid. HEX triplet: 8D, 32 and BE. RGB value is (141,50,190). Sum of RGB (Red+Green+Blue) = 141+50+190=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D32BE is #72CD41. Grayscale: #5C5C5C. Windows color (decimal): -7523650 or 12464781. OLE color: 12464781.
HSL color Cylindrical-coordinate representation of color #8D32BE: hue angle of 279º 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 #8D32BE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 50 | 190 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.25 |
| HSL | 279º | 0.58% | 0.47% | - |
| HSV(B) | 279º | 0.74% | 0.75% | - |
| XYZ | 21.42 | 11.66 | 49.84 | - |
| YUV | 93.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 190 | 0.26 | 0.74 | 0 | 0.25 | 279 | 0.58 | 0.47 |
| Hex | 8D | 32 | BE | 1A | 4A | 0 | 19 | 117 | 3A | 2F |
| Octal | 215 | 62 | 276 | 32 | 112 | 0 | 31 | 427 | 72 | 57 |
| Binary | 10001101 | 110010 | 10111110 | 11010 | 1001010 | 0 | 11001 | 100010111 | 111010 | 101111 |
Color Harmonies of #8D32BE
Complementary color
Monochromatic Colors of #8D32BE
Black with #8D32BE
Text Example
Text Example
White with #8D32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D32BE; }
p { color: rgb(141,50,190); }
H1.HeaderClassName
{
color: #8D32BE;
}
.AnyTagClassName
{
color: #8D32BE;
}
</style>
background-color css
<style>
a { background-color: #8D32BE; }
a { background-color: rgb(141,50,190); }
div.DivClassName
{
background-color: #8D32BE;
}
.BgClassName
{
background-color: #8D32BE;
}
</style>
border-color css
<style>
span { border-color: #8D32BE; }
span { border-color: rgb(141,50,190); }
td.TdClassName
{
border-color: #8D32BE;
}
.TagClassName
{
border-color: #8D32BE;
}
</style>