Shades of Cosmic #8E4174
Tints of Cosmic #8E4174
RGB
CMYK
RGB Variations
Color information
#8E4174 (or 0x8E4174) is known color: Cosmic. HEX triplet: 8E, 41 and 74. RGB value is (142,65,116). Sum of RGB (Red+Green+Blue) = 142+65+116=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4174 is #71BE8B. Grayscale: #5D5D5D. Windows color (decimal): -7454348 or 7618958. OLE color: 7618958.
HSL color Cylindrical-coordinate representation of color #8E4174: hue angle of 320.26º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4174 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 116 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.44 |
| HSL | 320.26º | 0.37% | 0.41% | - |
| HSV(B) | 320.26º | 0.54% | 0.56% | - |
| XYZ | 16.2 | 10.79 | 17.75 | - |
| YUV | 93.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 116 | 0 | 0.54 | 0.18 | 0.44 | 320.26 | 0.37 | 0.41 |
| Hex | 8E | 41 | 74 | 0 | 36 | 12 | 2C | 140 | 25 | 29 |
| Octal | 216 | 101 | 164 | 0 | 66 | 22 | 54 | 500 | 45 | 51 |
| Binary | 10001110 | 1000001 | 1110100 | 0 | 110110 | 10010 | 101100 | 101000000 | 100101 | 101001 |
Color Harmonies of #8E4174
Complementary color
Monochromatic Colors of #8E4174
Black with #8E4174
Text Example
Text Example
White with #8E4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4174; }
p { color: rgb(142,65,116); }
H1.HeaderClassName
{
color: #8E4174;
}
.AnyTagClassName
{
color: #8E4174;
}
</style>
background-color css
<style>
a { background-color: #8E4174; }
a { background-color: rgb(142,65,116); }
div.DivClassName
{
background-color: #8E4174;
}
.BgClassName
{
background-color: #8E4174;
}
</style>
border-color css
<style>
span { border-color: #8E4174; }
span { border-color: rgb(142,65,116); }
td.TdClassName
{
border-color: #8E4174;
}
.TagClassName
{
border-color: #8E4174;
}
</style>