Shades of Cosmic #8A4C73
Tints of Cosmic #8A4C73
RGB
CMYK
RGB Variations
Color information
#8A4C73 (or 0x8A4C73) is known color: Cosmic. HEX triplet: 8A, 4C and 73. RGB value is (138,76,115). Sum of RGB (Red+Green+Blue) = 138+76+115=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4C73 is #75B38C. Grayscale: #626262. Windows color (decimal): -7713677 or 7556234. OLE color: 7556234.
HSL color Cylindrical-coordinate representation of color #8A4C73: hue angle of 322.26º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A4C73 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 76 | 115 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.46 |
| HSL | 322.26º | 0.29% | 0.42% | - |
| HSV(B) | 322.26º | 0.45% | 0.54% | - |
| XYZ | 16.16 | 11.81 | 17.65 | - |
| YUV | 98.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 115 | 0 | 0.45 | 0.17 | 0.46 | 322.26 | 0.29 | 0.42 |
| Hex | 8A | 4C | 73 | 0 | 2D | 11 | 2E | 142 | 1D | 2A |
| Octal | 212 | 114 | 163 | 0 | 55 | 21 | 56 | 502 | 35 | 52 |
| Binary | 10001010 | 1001100 | 1110011 | 0 | 101101 | 10001 | 101110 | 101000010 | 11101 | 101010 |
Color Harmonies of #8A4C73
Complementary color
Monochromatic Colors of #8A4C73
Black with #8A4C73
Text Example
Text Example
White with #8A4C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4C73; }
p { color: rgb(138,76,115); }
H1.HeaderClassName
{
color: #8A4C73;
}
.AnyTagClassName
{
color: #8A4C73;
}
</style>
background-color css
<style>
a { background-color: #8A4C73; }
a { background-color: rgb(138,76,115); }
div.DivClassName
{
background-color: #8A4C73;
}
.BgClassName
{
background-color: #8A4C73;
}
</style>
border-color css
<style>
span { border-color: #8A4C73; }
span { border-color: rgb(138,76,115); }
td.TdClassName
{
border-color: #8A4C73;
}
.TagClassName
{
border-color: #8A4C73;
}
</style>