Shades of Cosmic #893D6C
Tints of Cosmic #893D6C
RGB
CMYK
RGB Variations
Color information
#893D6C (or 0x893D6C) is known color: Cosmic. HEX triplet: 89, 3D and 6C. RGB value is (137,61,108). Sum of RGB (Red+Green+Blue) = 137+61+108=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #893D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D6C is #76C293. Grayscale: #585858. Windows color (decimal): -7783060 or 7093641. OLE color: 7093641.
HSL color Cylindrical-coordinate representation of color #893D6C: hue angle of 322.89º 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 #893D6C is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 108 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.46 |
| HSL | 322.89º | 0.38% | 0.39% | - |
| HSV(B) | 322.89º | 0.55% | 0.54% | - |
| XYZ | 14.69 | 9.74 | 15.29 | - |
| YUV | 89.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 108 | 0 | 0.55 | 0.21 | 0.46 | 322.89 | 0.38 | 0.39 |
| Hex | 89 | 3D | 6C | 0 | 37 | 15 | 2E | 143 | 26 | 27 |
| Octal | 211 | 75 | 154 | 0 | 67 | 25 | 56 | 503 | 46 | 47 |
| Binary | 10001001 | 111101 | 1101100 | 0 | 110111 | 10101 | 101110 | 101000011 | 100110 | 100111 |
Color Harmonies of #893D6C
Complementary color
Monochromatic Colors of #893D6C
Black with #893D6C
Text Example
Text Example
White with #893D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D6C; }
p { color: rgb(137,61,108); }
H1.HeaderClassName
{
color: #893D6C;
}
.AnyTagClassName
{
color: #893D6C;
}
</style>
background-color css
<style>
a { background-color: #893D6C; }
a { background-color: rgb(137,61,108); }
div.DivClassName
{
background-color: #893D6C;
}
.BgClassName
{
background-color: #893D6C;
}
</style>
border-color css
<style>
span { border-color: #893D6C; }
span { border-color: rgb(137,61,108); }
td.TdClassName
{
border-color: #893D6C;
}
.TagClassName
{
border-color: #893D6C;
}
</style>