Shades of Cosmic #8A4470
Tints of Cosmic #8A4470
RGB
CMYK
RGB Variations
Color information
#8A4470 (or 0x8A4470) is known color: Cosmic. HEX triplet: 8A, 44 and 70. RGB value is (138,68,112). Sum of RGB (Red+Green+Blue) = 138+68+112=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4470 is #75BB8F. Grayscale: #5D5D5D. Windows color (decimal): -7715728 or 7357578. OLE color: 7357578.
HSL color Cylindrical-coordinate representation of color #8A4470: hue angle of 322.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4470 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 112 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.46 |
| HSL | 322.29º | 0.34% | 0.4% | - |
| HSV(B) | 322.29º | 0.51% | 0.54% | - |
| XYZ | 15.47 | 10.71 | 16.58 | - |
| YUV | 93.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 112 | 0 | 0.51 | 0.19 | 0.46 | 322.29 | 0.34 | 0.4 |
| Hex | 8A | 44 | 70 | 0 | 33 | 13 | 2E | 142 | 22 | 28 |
| Octal | 212 | 104 | 160 | 0 | 63 | 23 | 56 | 502 | 42 | 50 |
| Binary | 10001010 | 1000100 | 1110000 | 0 | 110011 | 10011 | 101110 | 101000010 | 100010 | 101000 |
Color Harmonies of #8A4470
Complementary color
Monochromatic Colors of #8A4470
Black with #8A4470
Text Example
Text Example
White with #8A4470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4470; }
p { color: rgb(138,68,112); }
H1.HeaderClassName
{
color: #8A4470;
}
.AnyTagClassName
{
color: #8A4470;
}
</style>
background-color css
<style>
a { background-color: #8A4470; }
a { background-color: rgb(138,68,112); }
div.DivClassName
{
background-color: #8A4470;
}
.BgClassName
{
background-color: #8A4470;
}
</style>
border-color css
<style>
span { border-color: #8A4470; }
span { border-color: rgb(138,68,112); }
td.TdClassName
{
border-color: #8A4470;
}
.TagClassName
{
border-color: #8A4470;
}
</style>