Shades of Cosmic #89446C
Tints of Cosmic #89446C
RGB
CMYK
RGB Variations
Color information
#89446C (or 0x89446C) is known color: Cosmic. HEX triplet: 89, 44 and 6C. RGB value is (137,68,108). Sum of RGB (Red+Green+Blue) = 137+68+108=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #89446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89446C is #76BB93. Grayscale: #5D5D5D. Windows color (decimal): -7781268 or 7095433. OLE color: 7095433.
HSL color Cylindrical-coordinate representation of color #89446C: hue angle of 325.22º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89446C is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 108 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.46 |
| HSL | 325.22º | 0.34% | 0.4% | - |
| HSV(B) | 325.22º | 0.5% | 0.54% | - |
| XYZ | 15.09 | 10.54 | 15.43 | - |
| YUV | 93.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 108 | 0 | 0.50 | 0.21 | 0.46 | 325.22 | 0.34 | 0.4 |
| Hex | 89 | 44 | 6C | 0 | 32 | 15 | 2E | 145 | 22 | 28 |
| Octal | 211 | 104 | 154 | 0 | 62 | 25 | 56 | 505 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1101100 | 0 | 110010 | 10101 | 101110 | 101000101 | 100010 | 101000 |
Color Harmonies of #89446C
Complementary color
Monochromatic Colors of #89446C
Black with #89446C
Text Example
Text Example
White with #89446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89446C; }
p { color: rgb(137,68,108); }
H1.HeaderClassName
{
color: #89446C;
}
.AnyTagClassName
{
color: #89446C;
}
</style>
background-color css
<style>
a { background-color: #89446C; }
a { background-color: rgb(137,68,108); }
div.DivClassName
{
background-color: #89446C;
}
.BgClassName
{
background-color: #89446C;
}
</style>
border-color css
<style>
span { border-color: #89446C; }
span { border-color: rgb(137,68,108); }
td.TdClassName
{
border-color: #89446C;
}
.TagClassName
{
border-color: #89446C;
}
</style>