Shades of Cosmic #893C6C
Tints of Cosmic #893C6C
RGB
CMYK
RGB Variations
Color information
#893C6C (or 0x893C6C) is known color: Cosmic. HEX triplet: 89, 3C and 6C. RGB value is (137,60,108). Sum of RGB (Red+Green+Blue) = 137+60+108=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C6C is #76C393. Grayscale: #585858. Windows color (decimal): -7783316 or 7093385. OLE color: 7093385.
HSL color Cylindrical-coordinate representation of color #893C6C: hue angle of 322.6º 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 #893C6C is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 108 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.46 |
| HSL | 322.6º | 0.39% | 0.39% | - |
| HSV(B) | 322.6º | 0.56% | 0.54% | - |
| XYZ | 14.64 | 9.63 | 15.28 | - |
| YUV | 88.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 108 | 0 | 0.56 | 0.21 | 0.46 | 322.6 | 0.39 | 0.39 |
| Hex | 89 | 3C | 6C | 0 | 38 | 15 | 2E | 143 | 27 | 27 |
| Octal | 211 | 74 | 154 | 0 | 70 | 25 | 56 | 503 | 47 | 47 |
| Binary | 10001001 | 111100 | 1101100 | 0 | 111000 | 10101 | 101110 | 101000011 | 100111 | 100111 |
Color Harmonies of #893C6C
Complementary color
Monochromatic Colors of #893C6C
Black with #893C6C
Text Example
Text Example
White with #893C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C6C; }
p { color: rgb(137,60,108); }
H1.HeaderClassName
{
color: #893C6C;
}
.AnyTagClassName
{
color: #893C6C;
}
</style>
background-color css
<style>
a { background-color: #893C6C; }
a { background-color: rgb(137,60,108); }
div.DivClassName
{
background-color: #893C6C;
}
.BgClassName
{
background-color: #893C6C;
}
</style>
border-color css
<style>
span { border-color: #893C6C; }
span { border-color: rgb(137,60,108); }
td.TdClassName
{
border-color: #893C6C;
}
.TagClassName
{
border-color: #893C6C;
}
</style>