Shades of Cosmic #8D4173
Tints of Cosmic #8D4173
RGB
CMYK
RGB Variations
Color information
#8D4173 (or 0x8D4173) is known color: Cosmic. HEX triplet: 8D, 41 and 73. RGB value is (141,65,115). Sum of RGB (Red+Green+Blue) = 141+65+115=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4173 is #72BE8C. Grayscale: #5D5D5D. Windows color (decimal): -7519885 or 7553421. OLE color: 7553421.
HSL color Cylindrical-coordinate representation of color #8D4173: hue angle of 320.53º 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 #8D4173 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 115 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.45 |
| HSL | 320.53º | 0.37% | 0.4% | - |
| HSV(B) | 320.53º | 0.54% | 0.55% | - |
| XYZ | 15.97 | 10.68 | 17.44 | - |
| YUV | 93.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 115 | 0 | 0.54 | 0.18 | 0.45 | 320.53 | 0.37 | 0.4 |
| Hex | 8D | 41 | 73 | 0 | 36 | 12 | 2D | 141 | 25 | 28 |
| Octal | 215 | 101 | 163 | 0 | 66 | 22 | 55 | 501 | 45 | 50 |
| Binary | 10001101 | 1000001 | 1110011 | 0 | 110110 | 10010 | 101101 | 101000001 | 100101 | 101000 |
Color Harmonies of #8D4173
Complementary color
Monochromatic Colors of #8D4173
Black with #8D4173
Text Example
Text Example
White with #8D4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4173; }
p { color: rgb(141,65,115); }
H1.HeaderClassName
{
color: #8D4173;
}
.AnyTagClassName
{
color: #8D4173;
}
</style>
background-color css
<style>
a { background-color: #8D4173; }
a { background-color: rgb(141,65,115); }
div.DivClassName
{
background-color: #8D4173;
}
.BgClassName
{
background-color: #8D4173;
}
</style>
border-color css
<style>
span { border-color: #8D4173; }
span { border-color: rgb(141,65,115); }
td.TdClassName
{
border-color: #8D4173;
}
.TagClassName
{
border-color: #8D4173;
}
</style>