Shades of Dark Orchid #8D36AE
Tints of Dark Orchid #8D36AE
RGB
CMYK
RGB Variations
Color information
#8D36AE (or 0x8D36AE) is known color: Dark Orchid. HEX triplet: 8D, 36 and AE. RGB value is (141,54,174). Sum of RGB (Red+Green+Blue) = 141+54+174=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D36AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D36AE is #72C951. Grayscale: #5D5D5D. Windows color (decimal): -7522642 or 11417229. OLE color: 11417229.
HSL color Cylindrical-coordinate representation of color #8D36AE: hue angle of 283.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D36AE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 54 | 174 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.32 |
| HSL | 283.5º | 0.53% | 0.45% | - |
| HSV(B) | 283.5º | 0.69% | 0.68% | - |
| XYZ | 19.94 | 11.36 | 41.19 | - |
| YUV | 93.69 | 173.32 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 174 | 0.19 | 0.69 | 0 | 0.32 | 283.5 | 0.53 | 0.45 |
| Hex | 8D | 36 | AE | 13 | 45 | 0 | 20 | 11C | 35 | 2D |
| Octal | 215 | 66 | 256 | 23 | 105 | 0 | 40 | 434 | 65 | 55 |
| Binary | 10001101 | 110110 | 10101110 | 10011 | 1000101 | 0 | 100000 | 100011100 | 110101 | 101101 |
Color Harmonies of #8D36AE
Complementary color
Monochromatic Colors of #8D36AE
Black with #8D36AE
Text Example
Text Example
White with #8D36AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D36AE; }
p { color: rgb(141,54,174); }
H1.HeaderClassName
{
color: #8D36AE;
}
.AnyTagClassName
{
color: #8D36AE;
}
</style>
background-color css
<style>
a { background-color: #8D36AE; }
a { background-color: rgb(141,54,174); }
div.DivClassName
{
background-color: #8D36AE;
}
.BgClassName
{
background-color: #8D36AE;
}
</style>
border-color css
<style>
span { border-color: #8D36AE; }
span { border-color: rgb(141,54,174); }
td.TdClassName
{
border-color: #8D36AE;
}
.TagClassName
{
border-color: #8D36AE;
}
</style>