Shades of Cosmic #8A4973
Tints of Cosmic #8A4973
RGB
CMYK
RGB Variations
Color information
#8A4973 (or 0x8A4973) is known color: Cosmic. HEX triplet: 8A, 49 and 73. RGB value is (138,73,115). Sum of RGB (Red+Green+Blue) = 138+73+115=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4973 is #75B68C. Grayscale: #616161. Windows color (decimal): -7714445 or 7555466. OLE color: 7555466.
HSL color Cylindrical-coordinate representation of color #8A4973: hue angle of 321.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A4973 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 115 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.46 |
| HSL | 321.23º | 0.31% | 0.41% | - |
| HSV(B) | 321.23º | 0.47% | 0.54% | - |
| XYZ | 15.96 | 11.41 | 17.58 | - |
| YUV | 97.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 115 | 0 | 0.47 | 0.17 | 0.46 | 321.23 | 0.31 | 0.41 |
| Hex | 8A | 49 | 73 | 0 | 2F | 11 | 2E | 141 | 1F | 29 |
| Octal | 212 | 111 | 163 | 0 | 57 | 21 | 56 | 501 | 37 | 51 |
| Binary | 10001010 | 1001001 | 1110011 | 0 | 101111 | 10001 | 101110 | 101000001 | 11111 | 101001 |
Color Harmonies of #8A4973
Complementary color
Monochromatic Colors of #8A4973
Black with #8A4973
Text Example
Text Example
White with #8A4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4973; }
p { color: rgb(138,73,115); }
H1.HeaderClassName
{
color: #8A4973;
}
.AnyTagClassName
{
color: #8A4973;
}
</style>
background-color css
<style>
a { background-color: #8A4973; }
a { background-color: rgb(138,73,115); }
div.DivClassName
{
background-color: #8A4973;
}
.BgClassName
{
background-color: #8A4973;
}
</style>
border-color css
<style>
span { border-color: #8A4973; }
span { border-color: rgb(138,73,115); }
td.TdClassName
{
border-color: #8A4973;
}
.TagClassName
{
border-color: #8A4973;
}
</style>