Shades of Cosmic #893B6E
Tints of Cosmic #893B6E
RGB
CMYK
RGB Variations
Color information
#893B6E (or 0x893B6E) is known color: Cosmic. HEX triplet: 89, 3B and 6E. RGB value is (137,59,110). Sum of RGB (Red+Green+Blue) = 137+59+110=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #893B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893B6E is #76C491. Grayscale: #585858. Windows color (decimal): -7783570 or 7224201. OLE color: 7224201.
HSL color Cylindrical-coordinate representation of color #893B6E: hue angle of 320.77º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B6E is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 110 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.46 |
| HSL | 320.77º | 0.4% | 0.38% | - |
| HSV(B) | 320.77º | 0.57% | 0.54% | - |
| XYZ | 14.69 | 9.57 | 15.82 | - |
| YUV | 88.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 110 | 0 | 0.57 | 0.20 | 0.46 | 320.77 | 0.4 | 0.38 |
| Hex | 89 | 3B | 6E | 0 | 39 | 14 | 2E | 141 | 28 | 26 |
| Octal | 211 | 73 | 156 | 0 | 71 | 24 | 56 | 501 | 50 | 46 |
| Binary | 10001001 | 111011 | 1101110 | 0 | 111001 | 10100 | 101110 | 101000001 | 101000 | 100110 |
Color Harmonies of #893B6E
Complementary color
Monochromatic Colors of #893B6E
Black with #893B6E
Text Example
Text Example
White with #893B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B6E; }
p { color: rgb(137,59,110); }
H1.HeaderClassName
{
color: #893B6E;
}
.AnyTagClassName
{
color: #893B6E;
}
</style>
background-color css
<style>
a { background-color: #893B6E; }
a { background-color: rgb(137,59,110); }
div.DivClassName
{
background-color: #893B6E;
}
.BgClassName
{
background-color: #893B6E;
}
</style>
border-color css
<style>
span { border-color: #893B6E; }
span { border-color: rgb(137,59,110); }
td.TdClassName
{
border-color: #893B6E;
}
.TagClassName
{
border-color: #893B6E;
}
</style>