Shades of Dark Orchid #8D45D0
Tints of Dark Orchid #8D45D0
RGB
CMYK
RGB Variations
Color information
#8D45D0 (or 0x8D45D0) is known color: Dark Orchid. HEX triplet: 8D, 45 and D0. RGB value is (141,69,208). Sum of RGB (Red+Green+Blue) = 141+69+208=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D45D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D45D0 is #72BA2F. Grayscale: #696969. Windows color (decimal): -7518768 or 13649293. OLE color: 13649293.
HSL color Cylindrical-coordinate representation of color #8D45D0: hue angle of 271.08º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D45D0 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 69 | 208 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.18 |
| HSL | 271.08º | 0.6% | 0.54% | - |
| HSV(B) | 271.08º | 0.67% | 0.82% | - |
| XYZ | 24.5 | 14.47 | 61.18 | - |
| YUV | 106.37 | 185.35 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 208 | 0.32 | 0.67 | 0 | 0.18 | 271.08 | 0.6 | 0.54 |
| Hex | 8D | 45 | D0 | 20 | 43 | 0 | 12 | 10F | 3C | 36 |
| Octal | 215 | 105 | 320 | 40 | 103 | 0 | 22 | 417 | 74 | 66 |
| Binary | 10001101 | 1000101 | 11010000 | 100000 | 1000011 | 0 | 10010 | 100001111 | 111100 | 110110 |
Color Harmonies of #8D45D0
Complementary color
Monochromatic Colors of #8D45D0
Black with #8D45D0
Text Example
Text Example
White with #8D45D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D45D0; }
p { color: rgb(141,69,208); }
H1.HeaderClassName
{
color: #8D45D0;
}
.AnyTagClassName
{
color: #8D45D0;
}
</style>
background-color css
<style>
a { background-color: #8D45D0; }
a { background-color: rgb(141,69,208); }
div.DivClassName
{
background-color: #8D45D0;
}
.BgClassName
{
background-color: #8D45D0;
}
</style>
border-color css
<style>
span { border-color: #8D45D0; }
span { border-color: rgb(141,69,208); }
td.TdClassName
{
border-color: #8D45D0;
}
.TagClassName
{
border-color: #8D45D0;
}
</style>