Shades of Cosmic #8D4174
Tints of Cosmic #8D4174
RGB
CMYK
RGB Variations
Color information
#8D4174 (or 0x8D4174) is known color: Cosmic. HEX triplet: 8D, 41 and 74. RGB value is (141,65,116). Sum of RGB (Red+Green+Blue) = 141+65+116=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4174 is #72BE8B. Grayscale: #5D5D5D. Windows color (decimal): -7519884 or 7618957. OLE color: 7618957.
HSL color Cylindrical-coordinate representation of color #8D4174: hue angle of 319.74º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4174 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 116 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.45 |
| HSL | 319.74º | 0.37% | 0.4% | - |
| HSV(B) | 319.74º | 0.54% | 0.55% | - |
| XYZ | 16.03 | 10.7 | 17.74 | - |
| YUV | 93.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 116 | 0 | 0.54 | 0.18 | 0.45 | 319.74 | 0.37 | 0.4 |
| Hex | 8D | 41 | 74 | 0 | 36 | 12 | 2D | 140 | 25 | 28 |
| Octal | 215 | 101 | 164 | 0 | 66 | 22 | 55 | 500 | 45 | 50 |
| Binary | 10001101 | 1000001 | 1110100 | 0 | 110110 | 10010 | 101101 | 101000000 | 100101 | 101000 |
Color Harmonies of #8D4174
Complementary color
Monochromatic Colors of #8D4174
Black with #8D4174
Text Example
Text Example
White with #8D4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4174; }
p { color: rgb(141,65,116); }
H1.HeaderClassName
{
color: #8D4174;
}
.AnyTagClassName
{
color: #8D4174;
}
</style>
background-color css
<style>
a { background-color: #8D4174; }
a { background-color: rgb(141,65,116); }
div.DivClassName
{
background-color: #8D4174;
}
.BgClassName
{
background-color: #8D4174;
}
</style>
border-color css
<style>
span { border-color: #8D4174; }
span { border-color: rgb(141,65,116); }
td.TdClassName
{
border-color: #8D4174;
}
.TagClassName
{
border-color: #8D4174;
}
</style>