Shades of Cosmic #8E4476
Tints of Cosmic #8E4476
RGB
CMYK
RGB Variations
Color information
#8E4476 (or 0x8E4476) is known color: Cosmic. HEX triplet: 8E, 44 and 76. RGB value is (142,68,118). Sum of RGB (Red+Green+Blue) = 142+68+118=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4476 is #71BB89. Grayscale: #5F5F5F. Windows color (decimal): -7453578 or 7750798. OLE color: 7750798.
HSL color Cylindrical-coordinate representation of color #8E4476: hue angle of 319.46º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4476 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 118 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.44 |
| HSL | 319.46º | 0.35% | 0.41% | - |
| HSV(B) | 319.46º | 0.52% | 0.56% | - |
| XYZ | 16.49 | 11.19 | 18.43 | - |
| YUV | 95.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 118 | 0 | 0.52 | 0.17 | 0.44 | 319.46 | 0.35 | 0.41 |
| Hex | 8E | 44 | 76 | 0 | 34 | 11 | 2C | 13F | 23 | 29 |
| Octal | 216 | 104 | 166 | 0 | 64 | 21 | 54 | 477 | 43 | 51 |
| Binary | 10001110 | 1000100 | 1110110 | 0 | 110100 | 10001 | 101100 | 100111111 | 100011 | 101001 |
Color Harmonies of #8E4476
Complementary color
Monochromatic Colors of #8E4476
Black with #8E4476
Text Example
Text Example
White with #8E4476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4476; }
p { color: rgb(142,68,118); }
H1.HeaderClassName
{
color: #8E4476;
}
.AnyTagClassName
{
color: #8E4476;
}
</style>
background-color css
<style>
a { background-color: #8E4476; }
a { background-color: rgb(142,68,118); }
div.DivClassName
{
background-color: #8E4476;
}
.BgClassName
{
background-color: #8E4476;
}
</style>
border-color css
<style>
span { border-color: #8E4476; }
span { border-color: rgb(142,68,118); }
td.TdClassName
{
border-color: #8E4476;
}
.TagClassName
{
border-color: #8E4476;
}
</style>