Shades of Cosmic #8D4675
Tints of Cosmic #8D4675
RGB
CMYK
RGB Variations
Color information
#8D4675 (or 0x8D4675) is known color: Cosmic. HEX triplet: 8D, 46 and 75. RGB value is (141,70,117). Sum of RGB (Red+Green+Blue) = 141+70+117=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4675 is #72B98A. Grayscale: #606060. Windows color (decimal): -7518603 or 7685773. OLE color: 7685773.
HSL color Cylindrical-coordinate representation of color #8D4675: hue angle of 320.28º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4675 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 117 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.45 |
| HSL | 320.28º | 0.34% | 0.41% | - |
| HSV(B) | 320.28º | 0.5% | 0.55% | - |
| XYZ | 16.39 | 11.33 | 18.15 | - |
| YUV | 96.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 117 | 0 | 0.50 | 0.17 | 0.45 | 320.28 | 0.34 | 0.41 |
| Hex | 8D | 46 | 75 | 0 | 32 | 11 | 2D | 140 | 22 | 29 |
| Octal | 215 | 106 | 165 | 0 | 62 | 21 | 55 | 500 | 42 | 51 |
| Binary | 10001101 | 1000110 | 1110101 | 0 | 110010 | 10001 | 101101 | 101000000 | 100010 | 101001 |
Color Harmonies of #8D4675
Complementary color
Monochromatic Colors of #8D4675
Black with #8D4675
Text Example
Text Example
White with #8D4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4675; }
p { color: rgb(141,70,117); }
H1.HeaderClassName
{
color: #8D4675;
}
.AnyTagClassName
{
color: #8D4675;
}
</style>
background-color css
<style>
a { background-color: #8D4675; }
a { background-color: rgb(141,70,117); }
div.DivClassName
{
background-color: #8D4675;
}
.BgClassName
{
background-color: #8D4675;
}
</style>
border-color css
<style>
span { border-color: #8D4675; }
span { border-color: rgb(141,70,117); }
td.TdClassName
{
border-color: #8D4675;
}
.TagClassName
{
border-color: #8D4675;
}
</style>