Shades of Cosmic #893C6E
Tints of Cosmic #893C6E
RGB
CMYK
RGB Variations
Color information
#893C6E (or 0x893C6E) is known color: Cosmic. HEX triplet: 89, 3C and 6E. RGB value is (137,60,110). Sum of RGB (Red+Green+Blue) = 137+60+110=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #893C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C6E is #76C391. Grayscale: #585858. Windows color (decimal): -7783314 or 7224457. OLE color: 7224457.
HSL color Cylindrical-coordinate representation of color #893C6E: hue angle of 321.04º 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 #893C6E is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 110 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.46 |
| HSL | 321.04º | 0.39% | 0.39% | - |
| HSV(B) | 321.04º | 0.56% | 0.54% | - |
| XYZ | 14.75 | 9.68 | 15.84 | - |
| YUV | 88.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 110 | 0 | 0.56 | 0.20 | 0.46 | 321.04 | 0.39 | 0.39 |
| Hex | 89 | 3C | 6E | 0 | 38 | 14 | 2E | 141 | 27 | 27 |
| Octal | 211 | 74 | 156 | 0 | 70 | 24 | 56 | 501 | 47 | 47 |
| Binary | 10001001 | 111100 | 1101110 | 0 | 111000 | 10100 | 101110 | 101000001 | 100111 | 100111 |
Color Harmonies of #893C6E
Complementary color
Monochromatic Colors of #893C6E
Black with #893C6E
Text Example
Text Example
White with #893C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C6E; }
p { color: rgb(137,60,110); }
H1.HeaderClassName
{
color: #893C6E;
}
.AnyTagClassName
{
color: #893C6E;
}
</style>
background-color css
<style>
a { background-color: #893C6E; }
a { background-color: rgb(137,60,110); }
div.DivClassName
{
background-color: #893C6E;
}
.BgClassName
{
background-color: #893C6E;
}
</style>
border-color css
<style>
span { border-color: #893C6E; }
span { border-color: rgb(137,60,110); }
td.TdClassName
{
border-color: #893C6E;
}
.TagClassName
{
border-color: #893C6E;
}
</style>