Shades of Cosmic #8A4770
Tints of Cosmic #8A4770
RGB
CMYK
RGB Variations
Color information
#8A4770 (or 0x8A4770) is known color: Cosmic. HEX triplet: 8A, 47 and 70. RGB value is (138,71,112). Sum of RGB (Red+Green+Blue) = 138+71+112=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4770 is #75B88F. Grayscale: #5F5F5F. Windows color (decimal): -7714960 or 7358346. OLE color: 7358346.
HSL color Cylindrical-coordinate representation of color #8A4770: hue angle of 323.28º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A4770 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 71 | 112 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.46 |
| HSL | 323.28º | 0.32% | 0.41% | - |
| HSV(B) | 323.28º | 0.49% | 0.54% | - |
| XYZ | 15.66 | 11.08 | 16.64 | - |
| YUV | 95.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 112 | 0 | 0.49 | 0.19 | 0.46 | 323.28 | 0.32 | 0.41 |
| Hex | 8A | 47 | 70 | 0 | 31 | 13 | 2E | 143 | 20 | 29 |
| Octal | 212 | 107 | 160 | 0 | 61 | 23 | 56 | 503 | 40 | 51 |
| Binary | 10001010 | 1000111 | 1110000 | 0 | 110001 | 10011 | 101110 | 101000011 | 100000 | 101001 |
Color Harmonies of #8A4770
Complementary color
Monochromatic Colors of #8A4770
Black with #8A4770
Text Example
Text Example
White with #8A4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4770; }
p { color: rgb(138,71,112); }
H1.HeaderClassName
{
color: #8A4770;
}
.AnyTagClassName
{
color: #8A4770;
}
</style>
background-color css
<style>
a { background-color: #8A4770; }
a { background-color: rgb(138,71,112); }
div.DivClassName
{
background-color: #8A4770;
}
.BgClassName
{
background-color: #8A4770;
}
</style>
border-color css
<style>
span { border-color: #8A4770; }
span { border-color: rgb(138,71,112); }
td.TdClassName
{
border-color: #8A4770;
}
.TagClassName
{
border-color: #8A4770;
}
</style>