Shades of Cosmic #893C6B
Tints of Cosmic #893C6B
RGB
CMYK
RGB Variations
Color information
#893C6B (or 0x893C6B) is known color: Cosmic. HEX triplet: 89, 3C and 6B. RGB value is (137,60,107). Sum of RGB (Red+Green+Blue) = 137+60+107=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #893C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C6B is #76C394. Grayscale: #585858. Windows color (decimal): -7783317 or 7027849. OLE color: 7027849.
HSL color Cylindrical-coordinate representation of color #893C6B: hue angle of 323.38º 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 #893C6B is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 107 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.46 |
| HSL | 323.38º | 0.39% | 0.39% | - |
| HSV(B) | 323.38º | 0.56% | 0.54% | - |
| XYZ | 14.59 | 9.61 | 15 | - |
| YUV | 88.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 107 | 0 | 0.56 | 0.22 | 0.46 | 323.38 | 0.39 | 0.39 |
| Hex | 89 | 3C | 6B | 0 | 38 | 16 | 2E | 143 | 27 | 27 |
| Octal | 211 | 74 | 153 | 0 | 70 | 26 | 56 | 503 | 47 | 47 |
| Binary | 10001001 | 111100 | 1101011 | 0 | 111000 | 10110 | 101110 | 101000011 | 100111 | 100111 |
Color Harmonies of #893C6B
Complementary color
Monochromatic Colors of #893C6B
Black with #893C6B
Text Example
Text Example
White with #893C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C6B; }
p { color: rgb(137,60,107); }
H1.HeaderClassName
{
color: #893C6B;
}
.AnyTagClassName
{
color: #893C6B;
}
</style>
background-color css
<style>
a { background-color: #893C6B; }
a { background-color: rgb(137,60,107); }
div.DivClassName
{
background-color: #893C6B;
}
.BgClassName
{
background-color: #893C6B;
}
</style>
border-color css
<style>
span { border-color: #893C6B; }
span { border-color: rgb(137,60,107); }
td.TdClassName
{
border-color: #893C6B;
}
.TagClassName
{
border-color: #893C6B;
}
</style>