Shades of Cosmic #8D406E
Tints of Cosmic #8D406E
RGB
CMYK
RGB Variations
Color information
#8D406E (or 0x8D406E) is known color: Cosmic. HEX triplet: 8D, 40 and 6E. RGB value is (141,64,110). Sum of RGB (Red+Green+Blue) = 141+64+110=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D406E is #72BF91. Grayscale: #5C5C5C. Windows color (decimal): -7520146 or 7225485. OLE color: 7225485.
HSL color Cylindrical-coordinate representation of color #8D406E: hue angle of 324.16º 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 #8D406E is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 110 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.45 |
| HSL | 324.16º | 0.38% | 0.4% | - |
| HSV(B) | 324.16º | 0.55% | 0.55% | - |
| XYZ | 15.63 | 10.46 | 15.95 | - |
| YUV | 92.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 110 | 0 | 0.55 | 0.22 | 0.45 | 324.16 | 0.38 | 0.4 |
| Hex | 8D | 40 | 6E | 0 | 37 | 16 | 2D | 144 | 26 | 28 |
| Octal | 215 | 100 | 156 | 0 | 67 | 26 | 55 | 504 | 46 | 50 |
| Binary | 10001101 | 1000000 | 1101110 | 0 | 110111 | 10110 | 101101 | 101000100 | 100110 | 101000 |
Color Harmonies of #8D406E
Complementary color
Monochromatic Colors of #8D406E
Black with #8D406E
Text Example
Text Example
White with #8D406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D406E; }
p { color: rgb(141,64,110); }
H1.HeaderClassName
{
color: #8D406E;
}
.AnyTagClassName
{
color: #8D406E;
}
</style>
background-color css
<style>
a { background-color: #8D406E; }
a { background-color: rgb(141,64,110); }
div.DivClassName
{
background-color: #8D406E;
}
.BgClassName
{
background-color: #8D406E;
}
</style>
border-color css
<style>
span { border-color: #8D406E; }
span { border-color: rgb(141,64,110); }
td.TdClassName
{
border-color: #8D406E;
}
.TagClassName
{
border-color: #8D406E;
}
</style>