Shades of Cosmic #893F6D
Tints of Cosmic #893F6D
RGB
CMYK
RGB Variations
Color information
#893F6D (or 0x893F6D) is known color: Cosmic. HEX triplet: 89, 3F and 6D. RGB value is (137,63,109). Sum of RGB (Red+Green+Blue) = 137+63+109=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #893F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893F6D is #76C092. Grayscale: #5A5A5A. Windows color (decimal): -7782547 or 7159689. OLE color: 7159689.
HSL color Cylindrical-coordinate representation of color #893F6D: hue angle of 322.7º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #893F6D is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 109 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.46 |
| HSL | 322.7º | 0.37% | 0.39% | - |
| HSV(B) | 322.7º | 0.54% | 0.54% | - |
| XYZ | 14.85 | 9.98 | 15.61 | - |
| YUV | 90.37 | 138.52 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 109 | 0 | 0.54 | 0.20 | 0.46 | 322.7 | 0.37 | 0.39 |
| Hex | 89 | 3F | 6D | 0 | 36 | 14 | 2E | 143 | 25 | 27 |
| Octal | 211 | 77 | 155 | 0 | 66 | 24 | 56 | 503 | 45 | 47 |
| Binary | 10001001 | 111111 | 1101101 | 0 | 110110 | 10100 | 101110 | 101000011 | 100101 | 100111 |
Color Harmonies of #893F6D
Complementary color
Monochromatic Colors of #893F6D
Black with #893F6D
Text Example
Text Example
White with #893F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F6D; }
p { color: rgb(137,63,109); }
H1.HeaderClassName
{
color: #893F6D;
}
.AnyTagClassName
{
color: #893F6D;
}
</style>
background-color css
<style>
a { background-color: #893F6D; }
a { background-color: rgb(137,63,109); }
div.DivClassName
{
background-color: #893F6D;
}
.BgClassName
{
background-color: #893F6D;
}
</style>
border-color css
<style>
span { border-color: #893F6D; }
span { border-color: rgb(137,63,109); }
td.TdClassName
{
border-color: #893F6D;
}
.TagClassName
{
border-color: #893F6D;
}
</style>