Shades of Dark Orchid #8D29BA
Tints of Dark Orchid #8D29BA
RGB
CMYK
RGB Variations
Color information
#8D29BA (or 0x8D29BA) is known color: Dark Orchid. HEX triplet: 8D, 29 and BA. RGB value is (141,41,186). Sum of RGB (Red+Green+Blue) = 141+41+186=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D29BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D29BA is #72D645. Grayscale: #565656. Windows color (decimal): -7525958 or 12200333. OLE color: 12200333.
HSL color Cylindrical-coordinate representation of color #8D29BA: hue angle of 281.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D29BA is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 41 | 186 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.27 |
| HSL | 281.38º | 0.64% | 0.45% | - |
| HSV(B) | 281.38º | 0.78% | 0.73% | - |
| XYZ | 20.64 | 10.79 | 47.45 | - |
| YUV | 87.43 | 183.63 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 186 | 0.24 | 0.78 | 0 | 0.27 | 281.38 | 0.64 | 0.45 |
| Hex | 8D | 29 | BA | 18 | 4E | 0 | 1B | 119 | 40 | 2D |
| Octal | 215 | 51 | 272 | 30 | 116 | 0 | 33 | 431 | 100 | 55 |
| Binary | 10001101 | 101001 | 10111010 | 11000 | 1001110 | 0 | 11011 | 100011001 | 1000000 | 101101 |
Color Harmonies of #8D29BA
Complementary color
Monochromatic Colors of #8D29BA
Black with #8D29BA
Text Example
Text Example
White with #8D29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D29BA; }
p { color: rgb(141,41,186); }
H1.HeaderClassName
{
color: #8D29BA;
}
.AnyTagClassName
{
color: #8D29BA;
}
</style>
background-color css
<style>
a { background-color: #8D29BA; }
a { background-color: rgb(141,41,186); }
div.DivClassName
{
background-color: #8D29BA;
}
.BgClassName
{
background-color: #8D29BA;
}
</style>
border-color css
<style>
span { border-color: #8D29BA; }
span { border-color: rgb(141,41,186); }
td.TdClassName
{
border-color: #8D29BA;
}
.TagClassName
{
border-color: #8D29BA;
}
</style>