Shades of Cosmic #8A446E
Tints of Cosmic #8A446E
RGB
CMYK
RGB Variations
Color information
#8A446E (or 0x8A446E) is known color: Cosmic. HEX triplet: 8A, 44 and 6E. RGB value is (138,68,110). Sum of RGB (Red+Green+Blue) = 138+68+110=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A446E is #75BB91. Grayscale: #5D5D5D. Windows color (decimal): -7715730 or 7226506. OLE color: 7226506.
HSL color Cylindrical-coordinate representation of color #8A446E: hue angle of 324º 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 #8A446E is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 110 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.46 |
| HSL | 324º | 0.34% | 0.4% | - |
| HSV(B) | 324º | 0.51% | 0.54% | - |
| XYZ | 15.36 | 10.66 | 16 | - |
| YUV | 93.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 110 | 0 | 0.51 | 0.20 | 0.46 | 324 | 0.34 | 0.4 |
| Hex | 8A | 44 | 6E | 0 | 33 | 14 | 2E | 144 | 22 | 28 |
| Octal | 212 | 104 | 156 | 0 | 63 | 24 | 56 | 504 | 42 | 50 |
| Binary | 10001010 | 1000100 | 1101110 | 0 | 110011 | 10100 | 101110 | 101000100 | 100010 | 101000 |
Color Harmonies of #8A446E
Complementary color
Monochromatic Colors of #8A446E
Black with #8A446E
Text Example
Text Example
White with #8A446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A446E; }
p { color: rgb(138,68,110); }
H1.HeaderClassName
{
color: #8A446E;
}
.AnyTagClassName
{
color: #8A446E;
}
</style>
background-color css
<style>
a { background-color: #8A446E; }
a { background-color: rgb(138,68,110); }
div.DivClassName
{
background-color: #8A446E;
}
.BgClassName
{
background-color: #8A446E;
}
</style>
border-color css
<style>
span { border-color: #8A446E; }
span { border-color: rgb(138,68,110); }
td.TdClassName
{
border-color: #8A446E;
}
.TagClassName
{
border-color: #8A446E;
}
</style>