Shades of Cosmic #8A4875
Tints of Cosmic #8A4875
RGB
CMYK
RGB Variations
Color information
#8A4875 (or 0x8A4875) is known color: Cosmic. HEX triplet: 8A, 48 and 75. RGB value is (138,72,117). Sum of RGB (Red+Green+Blue) = 138+72+117=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4875 is #75B78A. Grayscale: #606060. Windows color (decimal): -7714699 or 7686282. OLE color: 7686282.
HSL color Cylindrical-coordinate representation of color #8A4875: hue angle of 319.09º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A4875 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 117 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.46 |
| HSL | 319.09º | 0.31% | 0.41% | - |
| HSV(B) | 319.09º | 0.48% | 0.54% | - |
| XYZ | 16.01 | 11.32 | 18.17 | - |
| YUV | 96.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 117 | 0 | 0.48 | 0.15 | 0.46 | 319.09 | 0.31 | 0.41 |
| Hex | 8A | 48 | 75 | 0 | 30 | F | 2E | 13F | 1F | 29 |
| Octal | 212 | 110 | 165 | 0 | 60 | 17 | 56 | 477 | 37 | 51 |
| Binary | 10001010 | 1001000 | 1110101 | 0 | 110000 | 1111 | 101110 | 100111111 | 11111 | 101001 |
Color Harmonies of #8A4875
Complementary color
Monochromatic Colors of #8A4875
Black with #8A4875
Text Example
Text Example
White with #8A4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4875; }
p { color: rgb(138,72,117); }
H1.HeaderClassName
{
color: #8A4875;
}
.AnyTagClassName
{
color: #8A4875;
}
</style>
background-color css
<style>
a { background-color: #8A4875; }
a { background-color: rgb(138,72,117); }
div.DivClassName
{
background-color: #8A4875;
}
.BgClassName
{
background-color: #8A4875;
}
</style>
border-color css
<style>
span { border-color: #8A4875; }
span { border-color: rgb(138,72,117); }
td.TdClassName
{
border-color: #8A4875;
}
.TagClassName
{
border-color: #8A4875;
}
</style>