Shades of Cosmic #894F72
Tints of Cosmic #894F72
RGB
CMYK
RGB Variations
Color information
#894F72 (or 0x894F72) is known color: Cosmic. HEX triplet: 89, 4F and 72. RGB value is (137,79,114). Sum of RGB (Red+Green+Blue) = 137+79+114=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #894F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894F72 is #76B08D. Grayscale: #646464. Windows color (decimal): -7778446 or 7491465. OLE color: 7491465.
HSL color Cylindrical-coordinate representation of color #894F72: hue angle of 323.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #894F72 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 79 | 114 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.46 |
| HSL | 323.79º | 0.27% | 0.42% | - |
| HSV(B) | 323.79º | 0.42% | 0.54% | - |
| XYZ | 16.15 | 12.13 | 17.41 | - |
| YUV | 100.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 114 | 0 | 0.42 | 0.17 | 0.46 | 323.79 | 0.27 | 0.42 |
| Hex | 89 | 4F | 72 | 0 | 2A | 11 | 2E | 144 | 1B | 2A |
| Octal | 211 | 117 | 162 | 0 | 52 | 21 | 56 | 504 | 33 | 52 |
| Binary | 10001001 | 1001111 | 1110010 | 0 | 101010 | 10001 | 101110 | 101000100 | 11011 | 101010 |
Color Harmonies of #894F72
Complementary color
Monochromatic Colors of #894F72
Black with #894F72
Text Example
Text Example
White with #894F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894F72; }
p { color: rgb(137,79,114); }
H1.HeaderClassName
{
color: #894F72;
}
.AnyTagClassName
{
color: #894F72;
}
</style>
background-color css
<style>
a { background-color: #894F72; }
a { background-color: rgb(137,79,114); }
div.DivClassName
{
background-color: #894F72;
}
.BgClassName
{
background-color: #894F72;
}
</style>
border-color css
<style>
span { border-color: #894F72; }
span { border-color: rgb(137,79,114); }
td.TdClassName
{
border-color: #894F72;
}
.TagClassName
{
border-color: #894F72;
}
</style>