Shades of Cosmic #8E4275
Tints of Cosmic #8E4275
RGB
CMYK
RGB Variations
Color information
#8E4275 (or 0x8E4275) is known color: Cosmic. HEX triplet: 8E, 42 and 75. RGB value is (142,66,117). Sum of RGB (Red+Green+Blue) = 142+66+117=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4275 is #71BD8A. Grayscale: #5E5E5E. Windows color (decimal): -7454091 or 7684750. OLE color: 7684750.
HSL color Cylindrical-coordinate representation of color #8E4275: hue angle of 319.74º 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 #8E4275 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 117 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.44 |
| HSL | 319.74º | 0.37% | 0.41% | - |
| HSV(B) | 319.74º | 0.54% | 0.56% | - |
| XYZ | 16.31 | 10.93 | 18.08 | - |
| YUV | 94.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 117 | 0 | 0.54 | 0.18 | 0.44 | 319.74 | 0.37 | 0.41 |
| Hex | 8E | 42 | 75 | 0 | 36 | 12 | 2C | 140 | 25 | 29 |
| Octal | 216 | 102 | 165 | 0 | 66 | 22 | 54 | 500 | 45 | 51 |
| Binary | 10001110 | 1000010 | 1110101 | 0 | 110110 | 10010 | 101100 | 101000000 | 100101 | 101001 |
Color Harmonies of #8E4275
Complementary color
Monochromatic Colors of #8E4275
Black with #8E4275
Text Example
Text Example
White with #8E4275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4275; }
p { color: rgb(142,66,117); }
H1.HeaderClassName
{
color: #8E4275;
}
.AnyTagClassName
{
color: #8E4275;
}
</style>
background-color css
<style>
a { background-color: #8E4275; }
a { background-color: rgb(142,66,117); }
div.DivClassName
{
background-color: #8E4275;
}
.BgClassName
{
background-color: #8E4275;
}
</style>
border-color css
<style>
span { border-color: #8E4275; }
span { border-color: rgb(142,66,117); }
td.TdClassName
{
border-color: #8E4275;
}
.TagClassName
{
border-color: #8E4275;
}
</style>