Shades of Dark Orchid #8D38BA
Tints of Dark Orchid #8D38BA
RGB
CMYK
RGB Variations
Color information
#8D38BA (or 0x8D38BA) is known color: Dark Orchid. HEX triplet: 8D, 38 and BA. RGB value is (141,56,186). Sum of RGB (Red+Green+Blue) = 141+56+186=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D38BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D38BA is #72C745. Grayscale: #5F5F5F. Windows color (decimal): -7522118 or 12204173. OLE color: 12204173.
HSL color Cylindrical-coordinate representation of color #8D38BA: hue angle of 279.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D38BA is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 56 | 186 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.27 |
| HSL | 279.23º | 0.54% | 0.47% | - |
| HSV(B) | 279.23º | 0.7% | 0.73% | - |
| XYZ | 21.26 | 12.04 | 47.66 | - |
| YUV | 96.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 186 | 0.24 | 0.70 | 0 | 0.27 | 279.23 | 0.54 | 0.47 |
| Hex | 8D | 38 | BA | 18 | 46 | 0 | 1B | 117 | 36 | 2F |
| Octal | 215 | 70 | 272 | 30 | 106 | 0 | 33 | 427 | 66 | 57 |
| Binary | 10001101 | 111000 | 10111010 | 11000 | 1000110 | 0 | 11011 | 100010111 | 110110 | 101111 |
Color Harmonies of #8D38BA
Complementary color
Monochromatic Colors of #8D38BA
Black with #8D38BA
Text Example
Text Example
White with #8D38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D38BA; }
p { color: rgb(141,56,186); }
H1.HeaderClassName
{
color: #8D38BA;
}
.AnyTagClassName
{
color: #8D38BA;
}
</style>
background-color css
<style>
a { background-color: #8D38BA; }
a { background-color: rgb(141,56,186); }
div.DivClassName
{
background-color: #8D38BA;
}
.BgClassName
{
background-color: #8D38BA;
}
</style>
border-color css
<style>
span { border-color: #8D38BA; }
span { border-color: rgb(141,56,186); }
td.TdClassName
{
border-color: #8D38BA;
}
.TagClassName
{
border-color: #8D38BA;
}
</style>