Shades of Cosmic #8A406D
Tints of Cosmic #8A406D
RGB
CMYK
RGB Variations
Color information
#8A406D (or 0x8A406D) is known color: Cosmic. HEX triplet: 8A, 40 and 6D. RGB value is (138,64,109). Sum of RGB (Red+Green+Blue) = 138+64+109=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A406D is #75BF92. Grayscale: #5B5B5B. Windows color (decimal): -7716755 or 7159946. OLE color: 7159946.
HSL color Cylindrical-coordinate representation of color #8A406D: hue angle of 323.51º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A406D is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 64 | 109 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.46 |
| HSL | 323.51º | 0.37% | 0.4% | - |
| HSV(B) | 323.51º | 0.54% | 0.54% | - |
| XYZ | 15.07 | 10.17 | 15.64 | - |
| YUV | 91.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 109 | 0 | 0.54 | 0.21 | 0.46 | 323.51 | 0.37 | 0.4 |
| Hex | 8A | 40 | 6D | 0 | 36 | 15 | 2E | 144 | 25 | 28 |
| Octal | 212 | 100 | 155 | 0 | 66 | 25 | 56 | 504 | 45 | 50 |
| Binary | 10001010 | 1000000 | 1101101 | 0 | 110110 | 10101 | 101110 | 101000100 | 100101 | 101000 |
Color Harmonies of #8A406D
Complementary color
Monochromatic Colors of #8A406D
Black with #8A406D
Text Example
Text Example
White with #8A406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A406D; }
p { color: rgb(138,64,109); }
H1.HeaderClassName
{
color: #8A406D;
}
.AnyTagClassName
{
color: #8A406D;
}
</style>
background-color css
<style>
a { background-color: #8A406D; }
a { background-color: rgb(138,64,109); }
div.DivClassName
{
background-color: #8A406D;
}
.BgClassName
{
background-color: #8A406D;
}
</style>
border-color css
<style>
span { border-color: #8A406D; }
span { border-color: rgb(138,64,109); }
td.TdClassName
{
border-color: #8A406D;
}
.TagClassName
{
border-color: #8A406D;
}
</style>