Shades of Cosmic #8A456F
Tints of Cosmic #8A456F
RGB
CMYK
RGB Variations
Color information
#8A456F (or 0x8A456F) is known color: Cosmic. HEX triplet: 8A, 45 and 6F. RGB value is (138,69,111). Sum of RGB (Red+Green+Blue) = 138+69+111=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A456F is #75BA90. Grayscale: #5E5E5E. Windows color (decimal): -7715473 or 7292298. OLE color: 7292298.
HSL color Cylindrical-coordinate representation of color #8A456F: hue angle of 323.48º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A456F is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 69 | 111 | - |
| CMYK | 0 | 0.5 | 0.20 | 0.46 |
| HSL | 323.48º | 0.33% | 0.41% | - |
| HSV(B) | 323.48º | 0.5% | 0.54% | - |
| XYZ | 15.48 | 10.81 | 16.31 | - |
| YUV | 94.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 69 | 111 | 0 | 0.5 | 0.20 | 0.46 | 323.48 | 0.33 | 0.41 |
| Hex | 8A | 45 | 6F | 0 | 32 | 14 | 2E | 143 | 21 | 29 |
| Octal | 212 | 105 | 157 | 0 | 62 | 24 | 56 | 503 | 41 | 51 |
| Binary | 10001010 | 1000101 | 1101111 | 0 | 110010 | 10100 | 101110 | 101000011 | 100001 | 101001 |
Color Harmonies of #8A456F
Complementary color
Monochromatic Colors of #8A456F
Black with #8A456F
Text Example
Text Example
White with #8A456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A456F; }
p { color: rgb(138,69,111); }
H1.HeaderClassName
{
color: #8A456F;
}
.AnyTagClassName
{
color: #8A456F;
}
</style>
background-color css
<style>
a { background-color: #8A456F; }
a { background-color: rgb(138,69,111); }
div.DivClassName
{
background-color: #8A456F;
}
.BgClassName
{
background-color: #8A456F;
}
</style>
border-color css
<style>
span { border-color: #8A456F; }
span { border-color: rgb(138,69,111); }
td.TdClassName
{
border-color: #8A456F;
}
.TagClassName
{
border-color: #8A456F;
}
</style>