Shades of Dark Orchid #8D45D6
Tints of Dark Orchid #8D45D6
RGB
CMYK
RGB Variations
Color information
#8D45D6 (or 0x8D45D6) is known color: Dark Orchid. HEX triplet: 8D, 45 and D6. RGB value is (141,69,214). Sum of RGB (Red+Green+Blue) = 141+69+214=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #8D45D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D45D6 is #72BA29. Grayscale: #6A6A6A. Windows color (decimal): -7518762 or 14042509. OLE color: 14042509.
HSL color Cylindrical-coordinate representation of color #8D45D6: hue angle of 269.79º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D45D6 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 69 | 214 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.16 |
| HSL | 269.79º | 0.64% | 0.55% | - |
| HSV(B) | 269.79º | 0.68% | 0.84% | - |
| XYZ | 25.25 | 14.77 | 65.14 | - |
| YUV | 107.06 | 188.35 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 214 | 0.34 | 0.68 | 0 | 0.16 | 269.79 | 0.64 | 0.55 |
| Hex | 8D | 45 | D6 | 22 | 44 | 0 | 10 | 10E | 40 | 37 |
| Octal | 215 | 105 | 326 | 42 | 104 | 0 | 20 | 416 | 100 | 67 |
| Binary | 10001101 | 1000101 | 11010110 | 100010 | 1000100 | 0 | 10000 | 100001110 | 1000000 | 110111 |
Color Harmonies of #8D45D6
Complementary color
Monochromatic Colors of #8D45D6
Black with #8D45D6
Text Example
Text Example
White with #8D45D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D45D6; }
p { color: rgb(141,69,214); }
H1.HeaderClassName
{
color: #8D45D6;
}
.AnyTagClassName
{
color: #8D45D6;
}
</style>
background-color css
<style>
a { background-color: #8D45D6; }
a { background-color: rgb(141,69,214); }
div.DivClassName
{
background-color: #8D45D6;
}
.BgClassName
{
background-color: #8D45D6;
}
</style>
border-color css
<style>
span { border-color: #8D45D6; }
span { border-color: rgb(141,69,214); }
td.TdClassName
{
border-color: #8D45D6;
}
.TagClassName
{
border-color: #8D45D6;
}
</style>