Shades of Cosmic #8A5074
Tints of Cosmic #8A5074
RGB
CMYK
RGB Variations
Color information
#8A5074 (or 0x8A5074) is known color: Cosmic. HEX triplet: 8A, 50 and 74. RGB value is (138,80,116). Sum of RGB (Red+Green+Blue) = 138+80+116=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5074 is #75AF8B. Grayscale: #656565. Windows color (decimal): -7712652 or 7622794. OLE color: 7622794.
HSL color Cylindrical-coordinate representation of color #8A5074: hue angle of 322.76º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5074 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 80 | 116 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.46 |
| HSL | 322.76º | 0.27% | 0.43% | - |
| HSV(B) | 322.76º | 0.42% | 0.54% | - |
| XYZ | 16.5 | 12.4 | 18.05 | - |
| YUV | 101.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 116 | 0 | 0.42 | 0.16 | 0.46 | 322.76 | 0.27 | 0.43 |
| Hex | 8A | 50 | 74 | 0 | 2A | 10 | 2E | 143 | 1B | 2B |
| Octal | 212 | 120 | 164 | 0 | 52 | 20 | 56 | 503 | 33 | 53 |
| Binary | 10001010 | 1010000 | 1110100 | 0 | 101010 | 10000 | 101110 | 101000011 | 11011 | 101011 |
Color Harmonies of #8A5074
Complementary color
Monochromatic Colors of #8A5074
Black with #8A5074
Text Example
Text Example
White with #8A5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5074; }
p { color: rgb(138,80,116); }
H1.HeaderClassName
{
color: #8A5074;
}
.AnyTagClassName
{
color: #8A5074;
}
</style>
background-color css
<style>
a { background-color: #8A5074; }
a { background-color: rgb(138,80,116); }
div.DivClassName
{
background-color: #8A5074;
}
.BgClassName
{
background-color: #8A5074;
}
</style>
border-color css
<style>
span { border-color: #8A5074; }
span { border-color: rgb(138,80,116); }
td.TdClassName
{
border-color: #8A5074;
}
.TagClassName
{
border-color: #8A5074;
}
</style>