Shades of Cosmic #8E4073
Tints of Cosmic #8E4073
RGB
CMYK
RGB Variations
Color information
#8E4073 (or 0x8E4073) is known color: Cosmic. HEX triplet: 8E, 40 and 73. RGB value is (142,64,115). Sum of RGB (Red+Green+Blue) = 142+64+115=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4073 is #71BF8C. Grayscale: #5D5D5D. Windows color (decimal): -7454605 or 7553166. OLE color: 7553166.
HSL color Cylindrical-coordinate representation of color #8E4073: hue angle of 320.77º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E4073 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 115 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.44 |
| HSL | 320.77º | 0.38% | 0.4% | - |
| HSV(B) | 320.77º | 0.55% | 0.56% | - |
| XYZ | 16.08 | 10.66 | 17.43 | - |
| YUV | 93.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 115 | 0 | 0.55 | 0.19 | 0.44 | 320.77 | 0.38 | 0.4 |
| Hex | 8E | 40 | 73 | 0 | 37 | 13 | 2C | 141 | 26 | 28 |
| Octal | 216 | 100 | 163 | 0 | 67 | 23 | 54 | 501 | 46 | 50 |
| Binary | 10001110 | 1000000 | 1110011 | 0 | 110111 | 10011 | 101100 | 101000001 | 100110 | 101000 |
Color Harmonies of #8E4073
Complementary color
Monochromatic Colors of #8E4073
Black with #8E4073
Text Example
Text Example
White with #8E4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4073; }
p { color: rgb(142,64,115); }
H1.HeaderClassName
{
color: #8E4073;
}
.AnyTagClassName
{
color: #8E4073;
}
</style>
background-color css
<style>
a { background-color: #8E4073; }
a { background-color: rgb(142,64,115); }
div.DivClassName
{
background-color: #8E4073;
}
.BgClassName
{
background-color: #8E4073;
}
</style>
border-color css
<style>
span { border-color: #8E4073; }
span { border-color: rgb(142,64,115); }
td.TdClassName
{
border-color: #8E4073;
}
.TagClassName
{
border-color: #8E4073;
}
</style>