Shades of Dark Orchid #8D29BC
Tints of Dark Orchid #8D29BC
RGB
CMYK
RGB Variations
Color information
#8D29BC (or 0x8D29BC) is known color: Dark Orchid. HEX triplet: 8D, 29 and BC. RGB value is (141,41,188). Sum of RGB (Red+Green+Blue) = 141+41+188=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D29BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D29BC is #72D643. Grayscale: #575757. Windows color (decimal): -7525956 or 12331405. OLE color: 12331405.
HSL color Cylindrical-coordinate representation of color #8D29BC: hue angle of 280.82º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D29BC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 41 | 188 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.26 |
| HSL | 280.82º | 0.64% | 0.45% | - |
| HSV(B) | 280.82º | 0.78% | 0.74% | - |
| XYZ | 20.85 | 10.88 | 48.58 | - |
| YUV | 87.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 188 | 0.25 | 0.78 | 0 | 0.26 | 280.82 | 0.64 | 0.45 |
| Hex | 8D | 29 | BC | 19 | 4E | 0 | 1A | 119 | 40 | 2D |
| Octal | 215 | 51 | 274 | 31 | 116 | 0 | 32 | 431 | 100 | 55 |
| Binary | 10001101 | 101001 | 10111100 | 11001 | 1001110 | 0 | 11010 | 100011001 | 1000000 | 101101 |
Color Harmonies of #8D29BC
Complementary color
Monochromatic Colors of #8D29BC
Black with #8D29BC
Text Example
Text Example
White with #8D29BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D29BC; }
p { color: rgb(141,41,188); }
H1.HeaderClassName
{
color: #8D29BC;
}
.AnyTagClassName
{
color: #8D29BC;
}
</style>
background-color css
<style>
a { background-color: #8D29BC; }
a { background-color: rgb(141,41,188); }
div.DivClassName
{
background-color: #8D29BC;
}
.BgClassName
{
background-color: #8D29BC;
}
</style>
border-color css
<style>
span { border-color: #8D29BC; }
span { border-color: rgb(141,41,188); }
td.TdClassName
{
border-color: #8D29BC;
}
.TagClassName
{
border-color: #8D29BC;
}
</style>