Shades of Cosmic #8D4576
Tints of Cosmic #8D4576
RGB
CMYK
RGB Variations
Color information
#8D4576 (or 0x8D4576) is known color: Cosmic. HEX triplet: 8D, 45 and 76. RGB value is (141,69,118). Sum of RGB (Red+Green+Blue) = 141+69+118=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4576 is #72BA89. Grayscale: #5F5F5F. Windows color (decimal): -7518858 or 7751053. OLE color: 7751053.
HSL color Cylindrical-coordinate representation of color #8D4576: hue angle of 319.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4576 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 118 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.45 |
| HSL | 319.17º | 0.34% | 0.41% | - |
| HSV(B) | 319.17º | 0.51% | 0.55% | - |
| XYZ | 16.38 | 11.23 | 18.44 | - |
| YUV | 96.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 118 | 0 | 0.51 | 0.16 | 0.45 | 319.17 | 0.34 | 0.41 |
| Hex | 8D | 45 | 76 | 0 | 33 | 10 | 2D | 13F | 22 | 29 |
| Octal | 215 | 105 | 166 | 0 | 63 | 20 | 55 | 477 | 42 | 51 |
| Binary | 10001101 | 1000101 | 1110110 | 0 | 110011 | 10000 | 101101 | 100111111 | 100010 | 101001 |
Color Harmonies of #8D4576
Complementary color
Monochromatic Colors of #8D4576
Black with #8D4576
Text Example
Text Example
White with #8D4576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4576; }
p { color: rgb(141,69,118); }
H1.HeaderClassName
{
color: #8D4576;
}
.AnyTagClassName
{
color: #8D4576;
}
</style>
background-color css
<style>
a { background-color: #8D4576; }
a { background-color: rgb(141,69,118); }
div.DivClassName
{
background-color: #8D4576;
}
.BgClassName
{
background-color: #8D4576;
}
</style>
border-color css
<style>
span { border-color: #8D4576; }
span { border-color: rgb(141,69,118); }
td.TdClassName
{
border-color: #8D4576;
}
.TagClassName
{
border-color: #8D4576;
}
</style>