Shades of Cosmic #893D70
Tints of Cosmic #893D70
RGB
CMYK
RGB Variations
Color information
#893D70 (or 0x893D70) is known color: Cosmic. HEX triplet: 89, 3D and 70. RGB value is (137,61,112). Sum of RGB (Red+Green+Blue) = 137+61+112=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #893D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D70 is #76C28F. Grayscale: #595959. Windows color (decimal): -7783056 or 7355785. OLE color: 7355785.
HSL color Cylindrical-coordinate representation of color #893D70: hue angle of 319.74º 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 #893D70 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 112 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.46 |
| HSL | 319.74º | 0.38% | 0.39% | - |
| HSV(B) | 319.74º | 0.55% | 0.54% | - |
| XYZ | 14.91 | 9.83 | 16.44 | - |
| YUV | 89.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 112 | 0 | 0.55 | 0.18 | 0.46 | 319.74 | 0.38 | 0.39 |
| Hex | 89 | 3D | 70 | 0 | 37 | 12 | 2E | 140 | 26 | 27 |
| Octal | 211 | 75 | 160 | 0 | 67 | 22 | 56 | 500 | 46 | 47 |
| Binary | 10001001 | 111101 | 1110000 | 0 | 110111 | 10010 | 101110 | 101000000 | 100110 | 100111 |
Color Harmonies of #893D70
Complementary color
Monochromatic Colors of #893D70
Black with #893D70
Text Example
Text Example
White with #893D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D70; }
p { color: rgb(137,61,112); }
H1.HeaderClassName
{
color: #893D70;
}
.AnyTagClassName
{
color: #893D70;
}
</style>
background-color css
<style>
a { background-color: #893D70; }
a { background-color: rgb(137,61,112); }
div.DivClassName
{
background-color: #893D70;
}
.BgClassName
{
background-color: #893D70;
}
</style>
border-color css
<style>
span { border-color: #893D70; }
span { border-color: rgb(137,61,112); }
td.TdClassName
{
border-color: #893D70;
}
.TagClassName
{
border-color: #893D70;
}
</style>