Shades of Dark Orchid #8D34B9
Tints of Dark Orchid #8D34B9
RGB
CMYK
RGB Variations
Color information
#8D34B9 (or 0x8D34B9) is known color: Dark Orchid. HEX triplet: 8D, 34 and B9. RGB value is (141,52,185). Sum of RGB (Red+Green+Blue) = 141+52+185=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #8D34B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D34B9 is #72CB46. Grayscale: #5D5D5D. Windows color (decimal): -7523143 or 12137613. OLE color: 12137613.
HSL color Cylindrical-coordinate representation of color #8D34B9: hue angle of 280.15º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D34B9 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 52 | 185 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.27 |
| HSL | 280.15º | 0.56% | 0.46% | - |
| HSV(B) | 280.15º | 0.72% | 0.73% | - |
| XYZ | 20.97 | 11.62 | 47.04 | - |
| YUV | 93.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 185 | 0.24 | 0.72 | 0 | 0.27 | 280.15 | 0.56 | 0.46 |
| Hex | 8D | 34 | B9 | 18 | 48 | 0 | 1B | 118 | 38 | 2E |
| Octal | 215 | 64 | 271 | 30 | 110 | 0 | 33 | 430 | 70 | 56 |
| Binary | 10001101 | 110100 | 10111001 | 11000 | 1001000 | 0 | 11011 | 100011000 | 111000 | 101110 |
Color Harmonies of #8D34B9
Complementary color
Monochromatic Colors of #8D34B9
Black with #8D34B9
Text Example
Text Example
White with #8D34B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D34B9; }
p { color: rgb(141,52,185); }
H1.HeaderClassName
{
color: #8D34B9;
}
.AnyTagClassName
{
color: #8D34B9;
}
</style>
background-color css
<style>
a { background-color: #8D34B9; }
a { background-color: rgb(141,52,185); }
div.DivClassName
{
background-color: #8D34B9;
}
.BgClassName
{
background-color: #8D34B9;
}
</style>
border-color css
<style>
span { border-color: #8D34B9; }
span { border-color: rgb(141,52,185); }
td.TdClassName
{
border-color: #8D34B9;
}
.TagClassName
{
border-color: #8D34B9;
}
</style>