Shades of Dark Orchid #8D45D1
Tints of Dark Orchid #8D45D1
RGB
CMYK
RGB Variations
Color information
#8D45D1 (or 0x8D45D1) is known color: Dark Orchid. HEX triplet: 8D, 45 and D1. RGB value is (141,69,209). Sum of RGB (Red+Green+Blue) = 141+69+209=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D45D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D45D1 is #72BA2E. Grayscale: #696969. Windows color (decimal): -7518767 or 13714829. OLE color: 13714829.
HSL color Cylindrical-coordinate representation of color #8D45D1: hue angle of 270.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D45D1 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 69 | 209 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.18 |
| HSL | 270.86º | 0.6% | 0.55% | - |
| HSV(B) | 270.86º | 0.67% | 0.82% | - |
| XYZ | 24.62 | 14.52 | 61.83 | - |
| YUV | 106.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 209 | 0.33 | 0.67 | 0 | 0.18 | 270.86 | 0.6 | 0.55 |
| Hex | 8D | 45 | D1 | 21 | 43 | 0 | 12 | 10F | 3C | 37 |
| Octal | 215 | 105 | 321 | 41 | 103 | 0 | 22 | 417 | 74 | 67 |
| Binary | 10001101 | 1000101 | 11010001 | 100001 | 1000011 | 0 | 10010 | 100001111 | 111100 | 110111 |
Color Harmonies of #8D45D1
Complementary color
Monochromatic Colors of #8D45D1
Black with #8D45D1
Text Example
Text Example
White with #8D45D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D45D1; }
p { color: rgb(141,69,209); }
H1.HeaderClassName
{
color: #8D45D1;
}
.AnyTagClassName
{
color: #8D45D1;
}
</style>
background-color css
<style>
a { background-color: #8D45D1; }
a { background-color: rgb(141,69,209); }
div.DivClassName
{
background-color: #8D45D1;
}
.BgClassName
{
background-color: #8D45D1;
}
</style>
border-color css
<style>
span { border-color: #8D45D1; }
span { border-color: rgb(141,69,209); }
td.TdClassName
{
border-color: #8D45D1;
}
.TagClassName
{
border-color: #8D45D1;
}
</style>