Shades of Cosmic #894A72
Tints of Cosmic #894A72
RGB
CMYK
RGB Variations
Color information
#894A72 (or 0x894A72) is known color: Cosmic. HEX triplet: 89, 4A and 72. RGB value is (137,74,114). Sum of RGB (Red+Green+Blue) = 137+74+114=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #894A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894A72 is #76B58D. Grayscale: #616161. Windows color (decimal): -7779726 or 7490185. OLE color: 7490185.
HSL color Cylindrical-coordinate representation of color #894A72: hue angle of 321.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894A72 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 74 | 114 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.46 |
| HSL | 321.9º | 0.3% | 0.41% | - |
| HSV(B) | 321.9º | 0.46% | 0.54% | - |
| XYZ | 15.8 | 11.43 | 17.29 | - |
| YUV | 97.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 114 | 0 | 0.46 | 0.17 | 0.46 | 321.9 | 0.3 | 0.41 |
| Hex | 89 | 4A | 72 | 0 | 2E | 11 | 2E | 142 | 1E | 29 |
| Octal | 211 | 112 | 162 | 0 | 56 | 21 | 56 | 502 | 36 | 51 |
| Binary | 10001001 | 1001010 | 1110010 | 0 | 101110 | 10001 | 101110 | 101000010 | 11110 | 101001 |
Color Harmonies of #894A72
Complementary color
Monochromatic Colors of #894A72
Black with #894A72
Text Example
Text Example
White with #894A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894A72; }
p { color: rgb(137,74,114); }
H1.HeaderClassName
{
color: #894A72;
}
.AnyTagClassName
{
color: #894A72;
}
</style>
background-color css
<style>
a { background-color: #894A72; }
a { background-color: rgb(137,74,114); }
div.DivClassName
{
background-color: #894A72;
}
.BgClassName
{
background-color: #894A72;
}
</style>
border-color css
<style>
span { border-color: #894A72; }
span { border-color: rgb(137,74,114); }
td.TdClassName
{
border-color: #894A72;
}
.TagClassName
{
border-color: #894A72;
}
</style>