Shades of Cosmic #8A446D
Tints of Cosmic #8A446D
RGB
CMYK
RGB Variations
Color information
#8A446D (or 0x8A446D) is known color: Cosmic. HEX triplet: 8A, 44 and 6D. RGB value is (138,68,109). Sum of RGB (Red+Green+Blue) = 138+68+109=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A446D is #75BB92. Grayscale: #5D5D5D. Windows color (decimal): -7715731 or 7160970. OLE color: 7160970.
HSL color Cylindrical-coordinate representation of color #8A446D: hue angle of 324.86º 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 #8A446D is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 109 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.46 |
| HSL | 324.86º | 0.34% | 0.4% | - |
| HSV(B) | 324.86º | 0.51% | 0.54% | - |
| XYZ | 15.31 | 10.64 | 15.72 | - |
| YUV | 93.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 109 | 0 | 0.51 | 0.21 | 0.46 | 324.86 | 0.34 | 0.4 |
| Hex | 8A | 44 | 6D | 0 | 33 | 15 | 2E | 145 | 22 | 28 |
| Octal | 212 | 104 | 155 | 0 | 63 | 25 | 56 | 505 | 42 | 50 |
| Binary | 10001010 | 1000100 | 1101101 | 0 | 110011 | 10101 | 101110 | 101000101 | 100010 | 101000 |
Color Harmonies of #8A446D
Complementary color
Monochromatic Colors of #8A446D
Black with #8A446D
Text Example
Text Example
White with #8A446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A446D; }
p { color: rgb(138,68,109); }
H1.HeaderClassName
{
color: #8A446D;
}
.AnyTagClassName
{
color: #8A446D;
}
</style>
background-color css
<style>
a { background-color: #8A446D; }
a { background-color: rgb(138,68,109); }
div.DivClassName
{
background-color: #8A446D;
}
.BgClassName
{
background-color: #8A446D;
}
</style>
border-color css
<style>
span { border-color: #8A446D; }
span { border-color: rgb(138,68,109); }
td.TdClassName
{
border-color: #8A446D;
}
.TagClassName
{
border-color: #8A446D;
}
</style>