Shades of Cosmic #89416D
Tints of Cosmic #89416D
RGB
CMYK
RGB Variations
Color information
#89416D (or 0x89416D) is known color: Cosmic. HEX triplet: 89, 41 and 6D. RGB value is (137,65,109). Sum of RGB (Red+Green+Blue) = 137+65+109=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89416D is #76BE92. Grayscale: #5B5B5B. Windows color (decimal): -7782035 or 7160201. OLE color: 7160201.
HSL color Cylindrical-coordinate representation of color #89416D: hue angle of 323.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89416D is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 109 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.46 |
| HSL | 323.33º | 0.36% | 0.4% | - |
| HSV(B) | 323.33º | 0.53% | 0.54% | - |
| XYZ | 14.97 | 10.2 | 15.65 | - |
| YUV | 91.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 109 | 0 | 0.53 | 0.20 | 0.46 | 323.33 | 0.36 | 0.4 |
| Hex | 89 | 41 | 6D | 0 | 35 | 14 | 2E | 143 | 24 | 28 |
| Octal | 211 | 101 | 155 | 0 | 65 | 24 | 56 | 503 | 44 | 50 |
| Binary | 10001001 | 1000001 | 1101101 | 0 | 110101 | 10100 | 101110 | 101000011 | 100100 | 101000 |
Color Harmonies of #89416D
Complementary color
Monochromatic Colors of #89416D
Black with #89416D
Text Example
Text Example
White with #89416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89416D; }
p { color: rgb(137,65,109); }
H1.HeaderClassName
{
color: #89416D;
}
.AnyTagClassName
{
color: #89416D;
}
</style>
background-color css
<style>
a { background-color: #89416D; }
a { background-color: rgb(137,65,109); }
div.DivClassName
{
background-color: #89416D;
}
.BgClassName
{
background-color: #89416D;
}
</style>
border-color css
<style>
span { border-color: #89416D; }
span { border-color: rgb(137,65,109); }
td.TdClassName
{
border-color: #89416D;
}
.TagClassName
{
border-color: #89416D;
}
</style>