Shades of Cosmic #894D71
Tints of Cosmic #894D71
RGB
CMYK
RGB Variations
Color information
#894D71 (or 0x894D71) is known color: Cosmic. HEX triplet: 89, 4D and 71. RGB value is (137,77,113). Sum of RGB (Red+Green+Blue) = 137+77+113=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #894D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D71 is #76B28E. Grayscale: #626262. Windows color (decimal): -7778959 or 7425417. OLE color: 7425417.
HSL color Cylindrical-coordinate representation of color #894D71: hue angle of 324º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #894D71 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 113 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.46 |
| HSL | 324º | 0.28% | 0.42% | - |
| HSV(B) | 324º | 0.44% | 0.54% | - |
| XYZ | 15.95 | 11.82 | 17.06 | - |
| YUV | 99.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 113 | 0 | 0.44 | 0.18 | 0.46 | 324 | 0.28 | 0.42 |
| Hex | 89 | 4D | 71 | 0 | 2C | 12 | 2E | 144 | 1C | 2A |
| Octal | 211 | 115 | 161 | 0 | 54 | 22 | 56 | 504 | 34 | 52 |
| Binary | 10001001 | 1001101 | 1110001 | 0 | 101100 | 10010 | 101110 | 101000100 | 11100 | 101010 |
Color Harmonies of #894D71
Complementary color
Monochromatic Colors of #894D71
Black with #894D71
Text Example
Text Example
White with #894D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D71; }
p { color: rgb(137,77,113); }
H1.HeaderClassName
{
color: #894D71;
}
.AnyTagClassName
{
color: #894D71;
}
</style>
background-color css
<style>
a { background-color: #894D71; }
a { background-color: rgb(137,77,113); }
div.DivClassName
{
background-color: #894D71;
}
.BgClassName
{
background-color: #894D71;
}
</style>
border-color css
<style>
span { border-color: #894D71; }
span { border-color: rgb(137,77,113); }
td.TdClassName
{
border-color: #894D71;
}
.TagClassName
{
border-color: #894D71;
}
</style>