Shades of Cosmic #8D4472
Tints of Cosmic #8D4472
RGB
CMYK
RGB Variations
Color information
#8D4472 (or 0x8D4472) is known color: Cosmic. HEX triplet: 8D, 44 and 72. RGB value is (141,68,114). Sum of RGB (Red+Green+Blue) = 141+68+114=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4472 is #72BB8D. Grayscale: #5E5E5E. Windows color (decimal): -7519118 or 7488653. OLE color: 7488653.
HSL color Cylindrical-coordinate representation of color #8D4472: hue angle of 322.19º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4472 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 68 | 114 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.45 |
| HSL | 322.19º | 0.35% | 0.41% | - |
| HSV(B) | 322.19º | 0.52% | 0.55% | - |
| XYZ | 16.09 | 11.01 | 17.2 | - |
| YUV | 95.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 114 | 0 | 0.52 | 0.19 | 0.45 | 322.19 | 0.35 | 0.41 |
| Hex | 8D | 44 | 72 | 0 | 34 | 13 | 2D | 142 | 23 | 29 |
| Octal | 215 | 104 | 162 | 0 | 64 | 23 | 55 | 502 | 43 | 51 |
| Binary | 10001101 | 1000100 | 1110010 | 0 | 110100 | 10011 | 101101 | 101000010 | 100011 | 101001 |
Color Harmonies of #8D4472
Complementary color
Monochromatic Colors of #8D4472
Black with #8D4472
Text Example
Text Example
White with #8D4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4472; }
p { color: rgb(141,68,114); }
H1.HeaderClassName
{
color: #8D4472;
}
.AnyTagClassName
{
color: #8D4472;
}
</style>
background-color css
<style>
a { background-color: #8D4472; }
a { background-color: rgb(141,68,114); }
div.DivClassName
{
background-color: #8D4472;
}
.BgClassName
{
background-color: #8D4472;
}
</style>
border-color css
<style>
span { border-color: #8D4472; }
span { border-color: rgb(141,68,114); }
td.TdClassName
{
border-color: #8D4472;
}
.TagClassName
{
border-color: #8D4472;
}
</style>