Shades of Dark Orchid #8D2AAE
Tints of Dark Orchid #8D2AAE
RGB
CMYK
RGB Variations
Color information
#8D2AAE (or 0x8D2AAE) is known color: Dark Orchid. HEX triplet: 8D, 2A and AE. RGB value is (141,42,174). Sum of RGB (Red+Green+Blue) = 141+42+174=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D2AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2AAE is #72D551. Grayscale: #565656. Windows color (decimal): -7525714 or 11414157. OLE color: 11414157.
HSL color Cylindrical-coordinate representation of color #8D2AAE: hue angle of 285º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2AAE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 42 | 174 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.32 |
| HSL | 285º | 0.61% | 0.42% | - |
| HSV(B) | 285º | 0.76% | 0.68% | - |
| XYZ | 19.45 | 10.37 | 41.02 | - |
| YUV | 86.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 174 | 0.19 | 0.76 | 0 | 0.32 | 285 | 0.61 | 0.42 |
| Hex | 8D | 2A | AE | 13 | 4C | 0 | 20 | 11D | 3D | 2A |
| Octal | 215 | 52 | 256 | 23 | 114 | 0 | 40 | 435 | 75 | 52 |
| Binary | 10001101 | 101010 | 10101110 | 10011 | 1001100 | 0 | 100000 | 100011101 | 111101 | 101010 |
Color Harmonies of #8D2AAE
Complementary color
Monochromatic Colors of #8D2AAE
Black with #8D2AAE
Text Example
Text Example
White with #8D2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2AAE; }
p { color: rgb(141,42,174); }
H1.HeaderClassName
{
color: #8D2AAE;
}
.AnyTagClassName
{
color: #8D2AAE;
}
</style>
background-color css
<style>
a { background-color: #8D2AAE; }
a { background-color: rgb(141,42,174); }
div.DivClassName
{
background-color: #8D2AAE;
}
.BgClassName
{
background-color: #8D2AAE;
}
</style>
border-color css
<style>
span { border-color: #8D2AAE; }
span { border-color: rgb(141,42,174); }
td.TdClassName
{
border-color: #8D2AAE;
}
.TagClassName
{
border-color: #8D2AAE;
}
</style>