Shades of Dark Orchid #8D2BAE
Tints of Dark Orchid #8D2BAE
RGB
CMYK
RGB Variations
Color information
#8D2BAE (or 0x8D2BAE) is known color: Dark Orchid. HEX triplet: 8D, 2B and AE. RGB value is (141,43,174). Sum of RGB (Red+Green+Blue) = 141+43+174=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2BAE is #72D451. Grayscale: #565656. Windows color (decimal): -7525458 or 11414413. OLE color: 11414413.
HSL color Cylindrical-coordinate representation of color #8D2BAE: hue angle of 284.89º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2BAE is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 43 | 174 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.32 |
| HSL | 284.89º | 0.6% | 0.43% | - |
| HSV(B) | 284.89º | 0.75% | 0.68% | - |
| XYZ | 19.49 | 10.45 | 41.03 | - |
| YUV | 87.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 174 | 0.19 | 0.75 | 0 | 0.32 | 284.89 | 0.6 | 0.43 |
| Hex | 8D | 2B | AE | 13 | 4B | 0 | 20 | 11D | 3C | 2B |
| Octal | 215 | 53 | 256 | 23 | 113 | 0 | 40 | 435 | 74 | 53 |
| Binary | 10001101 | 101011 | 10101110 | 10011 | 1001011 | 0 | 100000 | 100011101 | 111100 | 101011 |
Color Harmonies of #8D2BAE
Complementary color
Monochromatic Colors of #8D2BAE
Black with #8D2BAE
Text Example
Text Example
White with #8D2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2BAE; }
p { color: rgb(141,43,174); }
H1.HeaderClassName
{
color: #8D2BAE;
}
.AnyTagClassName
{
color: #8D2BAE;
}
</style>
background-color css
<style>
a { background-color: #8D2BAE; }
a { background-color: rgb(141,43,174); }
div.DivClassName
{
background-color: #8D2BAE;
}
.BgClassName
{
background-color: #8D2BAE;
}
</style>
border-color css
<style>
span { border-color: #8D2BAE; }
span { border-color: rgb(141,43,174); }
td.TdClassName
{
border-color: #8D2BAE;
}
.TagClassName
{
border-color: #8D2BAE;
}
</style>