Shades of Cosmic #8A456C
Tints of Cosmic #8A456C
RGB
CMYK
RGB Variations
Color information
#8A456C (or 0x8A456C) is known color: Cosmic. HEX triplet: 8A, 45 and 6C. RGB value is (138,69,108). Sum of RGB (Red+Green+Blue) = 138+69+108=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A456C is #75BA93. Grayscale: #5D5D5D. Windows color (decimal): -7715476 or 7095690. OLE color: 7095690.
HSL color Cylindrical-coordinate representation of color #8A456C: hue angle of 326.09º 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 #8A456C is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 69 | 108 | - |
| CMYK | 0 | 0.5 | 0.22 | 0.46 |
| HSL | 326.09º | 0.33% | 0.41% | - |
| HSV(B) | 326.09º | 0.5% | 0.54% | - |
| XYZ | 15.32 | 10.74 | 15.45 | - |
| YUV | 94.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 69 | 108 | 0 | 0.5 | 0.22 | 0.46 | 326.09 | 0.33 | 0.41 |
| Hex | 8A | 45 | 6C | 0 | 32 | 16 | 2E | 146 | 21 | 29 |
| Octal | 212 | 105 | 154 | 0 | 62 | 26 | 56 | 506 | 41 | 51 |
| Binary | 10001010 | 1000101 | 1101100 | 0 | 110010 | 10110 | 101110 | 101000110 | 100001 | 101001 |
Color Harmonies of #8A456C
Complementary color
Monochromatic Colors of #8A456C
Black with #8A456C
Text Example
Text Example
White with #8A456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A456C; }
p { color: rgb(138,69,108); }
H1.HeaderClassName
{
color: #8A456C;
}
.AnyTagClassName
{
color: #8A456C;
}
</style>
background-color css
<style>
a { background-color: #8A456C; }
a { background-color: rgb(138,69,108); }
div.DivClassName
{
background-color: #8A456C;
}
.BgClassName
{
background-color: #8A456C;
}
</style>
border-color css
<style>
span { border-color: #8A456C; }
span { border-color: rgb(138,69,108); }
td.TdClassName
{
border-color: #8A456C;
}
.TagClassName
{
border-color: #8A456C;
}
</style>