Shades of Cosmic #8A406F
Tints of Cosmic #8A406F
RGB
CMYK
RGB Variations
Color information
#8A406F (or 0x8A406F) is known color: Cosmic. HEX triplet: 8A, 40 and 6F. RGB value is (138,64,111). Sum of RGB (Red+Green+Blue) = 138+64+111=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A406F is #75BF90. Grayscale: #5B5B5B. Windows color (decimal): -7716753 or 7291018. OLE color: 7291018.
HSL color Cylindrical-coordinate representation of color #8A406F: hue angle of 321.89º 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 #8A406F is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 64 | 111 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.46 |
| HSL | 321.89º | 0.37% | 0.4% | - |
| HSV(B) | 321.89º | 0.54% | 0.54% | - |
| XYZ | 15.18 | 10.22 | 16.21 | - |
| YUV | 91.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 111 | 0 | 0.54 | 0.20 | 0.46 | 321.89 | 0.37 | 0.4 |
| Hex | 8A | 40 | 6F | 0 | 36 | 14 | 2E | 142 | 25 | 28 |
| Octal | 212 | 100 | 157 | 0 | 66 | 24 | 56 | 502 | 45 | 50 |
| Binary | 10001010 | 1000000 | 1101111 | 0 | 110110 | 10100 | 101110 | 101000010 | 100101 | 101000 |
Color Harmonies of #8A406F
Complementary color
Monochromatic Colors of #8A406F
Black with #8A406F
Text Example
Text Example
White with #8A406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A406F; }
p { color: rgb(138,64,111); }
H1.HeaderClassName
{
color: #8A406F;
}
.AnyTagClassName
{
color: #8A406F;
}
</style>
background-color css
<style>
a { background-color: #8A406F; }
a { background-color: rgb(138,64,111); }
div.DivClassName
{
background-color: #8A406F;
}
.BgClassName
{
background-color: #8A406F;
}
</style>
border-color css
<style>
span { border-color: #8A406F; }
span { border-color: rgb(138,64,111); }
td.TdClassName
{
border-color: #8A406F;
}
.TagClassName
{
border-color: #8A406F;
}
</style>