Shades of Dark Orchid #8D32AE
Tints of Dark Orchid #8D32AE
RGB
CMYK
RGB Variations
Color information
#8D32AE (or 0x8D32AE) is known color: Dark Orchid. HEX triplet: 8D, 32 and AE. RGB value is (141,50,174). Sum of RGB (Red+Green+Blue) = 141+50+174=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D32AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D32AE is #72CD51. Grayscale: #5A5A5A. Windows color (decimal): -7523666 or 11416205. OLE color: 11416205.
HSL color Cylindrical-coordinate representation of color #8D32AE: hue angle of 284.03º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D32AE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 50 | 174 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.32 |
| HSL | 284.03º | 0.55% | 0.44% | - |
| HSV(B) | 284.03º | 0.71% | 0.68% | - |
| XYZ | 19.77 | 11 | 41.13 | - |
| YUV | 91.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 174 | 0.19 | 0.71 | 0 | 0.32 | 284.03 | 0.55 | 0.44 |
| Hex | 8D | 32 | AE | 13 | 47 | 0 | 20 | 11C | 37 | 2C |
| Octal | 215 | 62 | 256 | 23 | 107 | 0 | 40 | 434 | 67 | 54 |
| Binary | 10001101 | 110010 | 10101110 | 10011 | 1000111 | 0 | 100000 | 100011100 | 110111 | 101100 |
Color Harmonies of #8D32AE
Complementary color
Monochromatic Colors of #8D32AE
Black with #8D32AE
Text Example
Text Example
White with #8D32AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D32AE; }
p { color: rgb(141,50,174); }
H1.HeaderClassName
{
color: #8D32AE;
}
.AnyTagClassName
{
color: #8D32AE;
}
</style>
background-color css
<style>
a { background-color: #8D32AE; }
a { background-color: rgb(141,50,174); }
div.DivClassName
{
background-color: #8D32AE;
}
.BgClassName
{
background-color: #8D32AE;
}
</style>
border-color css
<style>
span { border-color: #8D32AE; }
span { border-color: rgb(141,50,174); }
td.TdClassName
{
border-color: #8D32AE;
}
.TagClassName
{
border-color: #8D32AE;
}
</style>