Shades of Dark Orchid #8D32BB
Tints of Dark Orchid #8D32BB
RGB
CMYK
RGB Variations
Color information
#8D32BB (or 0x8D32BB) is known color: Dark Orchid. HEX triplet: 8D, 32 and BB. RGB value is (141,50,187). Sum of RGB (Red+Green+Blue) = 141+50+187=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D32BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D32BB is #72CD44. Grayscale: #5C5C5C. Windows color (decimal): -7523653 or 12268173. OLE color: 12268173.
HSL color Cylindrical-coordinate representation of color #8D32BB: hue angle of 279.85º 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 #8D32BB is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 50 | 187 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.27 |
| HSL | 279.85º | 0.58% | 0.46% | - |
| HSV(B) | 279.85º | 0.73% | 0.73% | - |
| XYZ | 21.09 | 11.53 | 48.13 | - |
| YUV | 92.83 | 181.15 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 187 | 0.25 | 0.73 | 0 | 0.27 | 279.85 | 0.58 | 0.46 |
| Hex | 8D | 32 | BB | 19 | 49 | 0 | 1B | 118 | 3A | 2E |
| Octal | 215 | 62 | 273 | 31 | 111 | 0 | 33 | 430 | 72 | 56 |
| Binary | 10001101 | 110010 | 10111011 | 11001 | 1001001 | 0 | 11011 | 100011000 | 111010 | 101110 |
Color Harmonies of #8D32BB
Complementary color
Monochromatic Colors of #8D32BB
Black with #8D32BB
Text Example
Text Example
White with #8D32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D32BB; }
p { color: rgb(141,50,187); }
H1.HeaderClassName
{
color: #8D32BB;
}
.AnyTagClassName
{
color: #8D32BB;
}
</style>
background-color css
<style>
a { background-color: #8D32BB; }
a { background-color: rgb(141,50,187); }
div.DivClassName
{
background-color: #8D32BB;
}
.BgClassName
{
background-color: #8D32BB;
}
</style>
border-color css
<style>
span { border-color: #8D32BB; }
span { border-color: rgb(141,50,187); }
td.TdClassName
{
border-color: #8D32BB;
}
.TagClassName
{
border-color: #8D32BB;
}
</style>