Shades of Cosmic #8D406D
Tints of Cosmic #8D406D
RGB
CMYK
RGB Variations
Color information
#8D406D (or 0x8D406D) is known color: Cosmic. HEX triplet: 8D, 40 and 6D. RGB value is (141,64,109). Sum of RGB (Red+Green+Blue) = 141+64+109=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D406D is #72BF92. Grayscale: #5C5C5C. Windows color (decimal): -7520147 or 7159949. OLE color: 7159949.
HSL color Cylindrical-coordinate representation of color #8D406D: hue angle of 324.94º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D406D is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 109 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.45 |
| HSL | 324.94º | 0.38% | 0.4% | - |
| HSV(B) | 324.94º | 0.55% | 0.55% | - |
| XYZ | 15.58 | 10.43 | 15.66 | - |
| YUV | 92.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 109 | 0 | 0.55 | 0.23 | 0.45 | 324.94 | 0.38 | 0.4 |
| Hex | 8D | 40 | 6D | 0 | 37 | 17 | 2D | 145 | 26 | 28 |
| Octal | 215 | 100 | 155 | 0 | 67 | 27 | 55 | 505 | 46 | 50 |
| Binary | 10001101 | 1000000 | 1101101 | 0 | 110111 | 10111 | 101101 | 101000101 | 100110 | 101000 |
Color Harmonies of #8D406D
Complementary color
Monochromatic Colors of #8D406D
Black with #8D406D
Text Example
Text Example
White with #8D406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D406D; }
p { color: rgb(141,64,109); }
H1.HeaderClassName
{
color: #8D406D;
}
.AnyTagClassName
{
color: #8D406D;
}
</style>
background-color css
<style>
a { background-color: #8D406D; }
a { background-color: rgb(141,64,109); }
div.DivClassName
{
background-color: #8D406D;
}
.BgClassName
{
background-color: #8D406D;
}
</style>
border-color css
<style>
span { border-color: #8D406D; }
span { border-color: rgb(141,64,109); }
td.TdClassName
{
border-color: #8D406D;
}
.TagClassName
{
border-color: #8D406D;
}
</style>