Shades of Cosmic #8A4673
Tints of Cosmic #8A4673
RGB
CMYK
RGB Variations
Color information
#8A4673 (or 0x8A4673) is known color: Cosmic. HEX triplet: 8A, 46 and 73. RGB value is (138,70,115). Sum of RGB (Red+Green+Blue) = 138+70+115=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4673 is #75B98C. Grayscale: #5F5F5F. Windows color (decimal): -7715213 or 7554698. OLE color: 7554698.
HSL color Cylindrical-coordinate representation of color #8A4673: hue angle of 320.29º degrees, saturation: 0.33, 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 #8A4673 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 70 | 115 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.46 |
| HSL | 320.29º | 0.33% | 0.41% | - |
| HSV(B) | 320.29º | 0.49% | 0.54% | - |
| XYZ | 15.77 | 11.02 | 17.52 | - |
| YUV | 95.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 115 | 0 | 0.49 | 0.17 | 0.46 | 320.29 | 0.33 | 0.41 |
| Hex | 8A | 46 | 73 | 0 | 31 | 11 | 2E | 140 | 21 | 29 |
| Octal | 212 | 106 | 163 | 0 | 61 | 21 | 56 | 500 | 41 | 51 |
| Binary | 10001010 | 1000110 | 1110011 | 0 | 110001 | 10001 | 101110 | 101000000 | 100001 | 101001 |
Color Harmonies of #8A4673
Complementary color
Monochromatic Colors of #8A4673
Black with #8A4673
Text Example
Text Example
White with #8A4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4673; }
p { color: rgb(138,70,115); }
H1.HeaderClassName
{
color: #8A4673;
}
.AnyTagClassName
{
color: #8A4673;
}
</style>
background-color css
<style>
a { background-color: #8A4673; }
a { background-color: rgb(138,70,115); }
div.DivClassName
{
background-color: #8A4673;
}
.BgClassName
{
background-color: #8A4673;
}
</style>
border-color css
<style>
span { border-color: #8A4673; }
span { border-color: rgb(138,70,115); }
td.TdClassName
{
border-color: #8A4673;
}
.TagClassName
{
border-color: #8A4673;
}
</style>