Shades of Cosmic #893D6E
Tints of Cosmic #893D6E
RGB
CMYK
RGB Variations
Color information
#893D6E (or 0x893D6E) is known color: Cosmic. HEX triplet: 89, 3D and 6E. RGB value is (137,61,110). Sum of RGB (Red+Green+Blue) = 137+61+110=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #893D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D6E is #76C291. Grayscale: #595959. Windows color (decimal): -7783058 or 7224713. OLE color: 7224713.
HSL color Cylindrical-coordinate representation of color #893D6E: hue angle of 321.32º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893D6E is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 110 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.46 |
| HSL | 321.32º | 0.38% | 0.39% | - |
| HSV(B) | 321.32º | 0.55% | 0.54% | - |
| XYZ | 14.8 | 9.78 | 15.86 | - |
| YUV | 89.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 110 | 0 | 0.55 | 0.20 | 0.46 | 321.32 | 0.38 | 0.39 |
| Hex | 89 | 3D | 6E | 0 | 37 | 14 | 2E | 141 | 26 | 27 |
| Octal | 211 | 75 | 156 | 0 | 67 | 24 | 56 | 501 | 46 | 47 |
| Binary | 10001001 | 111101 | 1101110 | 0 | 110111 | 10100 | 101110 | 101000001 | 100110 | 100111 |
Color Harmonies of #893D6E
Complementary color
Monochromatic Colors of #893D6E
Black with #893D6E
Text Example
Text Example
White with #893D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D6E; }
p { color: rgb(137,61,110); }
H1.HeaderClassName
{
color: #893D6E;
}
.AnyTagClassName
{
color: #893D6E;
}
</style>
background-color css
<style>
a { background-color: #893D6E; }
a { background-color: rgb(137,61,110); }
div.DivClassName
{
background-color: #893D6E;
}
.BgClassName
{
background-color: #893D6E;
}
</style>
border-color css
<style>
span { border-color: #893D6E; }
span { border-color: rgb(137,61,110); }
td.TdClassName
{
border-color: #893D6E;
}
.TagClassName
{
border-color: #893D6E;
}
</style>