Shades of Dark Orchid #8D45CE
Tints of Dark Orchid #8D45CE
RGB
CMYK
RGB Variations
Color information
#8D45CE (or 0x8D45CE) is known color: Dark Orchid. HEX triplet: 8D, 45 and CE. RGB value is (141,69,206). Sum of RGB (Red+Green+Blue) = 141+69+206=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D45CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D45CE is #72BA31. Grayscale: #696969. Windows color (decimal): -7518770 or 13518221. OLE color: 13518221.
HSL color Cylindrical-coordinate representation of color #8D45CE: hue angle of 271.53º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D45CE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 69 | 206 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.19 |
| HSL | 271.53º | 0.58% | 0.54% | - |
| HSV(B) | 271.53º | 0.67% | 0.81% | - |
| XYZ | 24.25 | 14.38 | 59.89 | - |
| YUV | 106.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 206 | 0.32 | 0.67 | 0 | 0.19 | 271.53 | 0.58 | 0.54 |
| Hex | 8D | 45 | CE | 20 | 43 | 0 | 13 | 110 | 3A | 36 |
| Octal | 215 | 105 | 316 | 40 | 103 | 0 | 23 | 420 | 72 | 66 |
| Binary | 10001101 | 1000101 | 11001110 | 100000 | 1000011 | 0 | 10011 | 100010000 | 111010 | 110110 |
Color Harmonies of #8D45CE
Complementary color
Monochromatic Colors of #8D45CE
Black with #8D45CE
Text Example
Text Example
White with #8D45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D45CE; }
p { color: rgb(141,69,206); }
H1.HeaderClassName
{
color: #8D45CE;
}
.AnyTagClassName
{
color: #8D45CE;
}
</style>
background-color css
<style>
a { background-color: #8D45CE; }
a { background-color: rgb(141,69,206); }
div.DivClassName
{
background-color: #8D45CE;
}
.BgClassName
{
background-color: #8D45CE;
}
</style>
border-color css
<style>
span { border-color: #8D45CE; }
span { border-color: rgb(141,69,206); }
td.TdClassName
{
border-color: #8D45CE;
}
.TagClassName
{
border-color: #8D45CE;
}
</style>