Shades of Cosmic #893C6D
Tints of Cosmic #893C6D
RGB
CMYK
RGB Variations
Color information
#893C6D (or 0x893C6D) is known color: Cosmic. HEX triplet: 89, 3C and 6D. RGB value is (137,60,109). Sum of RGB (Red+Green+Blue) = 137+60+109=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #893C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C6D is #76C392. Grayscale: #585858. Windows color (decimal): -7783315 or 7158921. OLE color: 7158921.
HSL color Cylindrical-coordinate representation of color #893C6D: hue angle of 321.82º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C6D is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 109 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.46 |
| HSL | 321.82º | 0.39% | 0.39% | - |
| HSV(B) | 321.82º | 0.56% | 0.54% | - |
| XYZ | 14.69 | 9.65 | 15.56 | - |
| YUV | 88.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 109 | 0 | 0.56 | 0.20 | 0.46 | 321.82 | 0.39 | 0.39 |
| Hex | 89 | 3C | 6D | 0 | 38 | 14 | 2E | 142 | 27 | 27 |
| Octal | 211 | 74 | 155 | 0 | 70 | 24 | 56 | 502 | 47 | 47 |
| Binary | 10001001 | 111100 | 1101101 | 0 | 111000 | 10100 | 101110 | 101000010 | 100111 | 100111 |
Color Harmonies of #893C6D
Complementary color
Monochromatic Colors of #893C6D
Black with #893C6D
Text Example
Text Example
White with #893C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C6D; }
p { color: rgb(137,60,109); }
H1.HeaderClassName
{
color: #893C6D;
}
.AnyTagClassName
{
color: #893C6D;
}
</style>
background-color css
<style>
a { background-color: #893C6D; }
a { background-color: rgb(137,60,109); }
div.DivClassName
{
background-color: #893C6D;
}
.BgClassName
{
background-color: #893C6D;
}
</style>
border-color css
<style>
span { border-color: #893C6D; }
span { border-color: rgb(137,60,109); }
td.TdClassName
{
border-color: #893C6D;
}
.TagClassName
{
border-color: #893C6D;
}
</style>