Shades of Cosmic #8A4366
Tints of Cosmic #8A4366
RGB
CMYK
RGB Variations
Color information
#8A4366 (or 0x8A4366) is known color: Cosmic. HEX triplet: 8A, 43 and 66. RGB value is (138,67,102). Sum of RGB (Red+Green+Blue) = 138+67+102=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4366 is #75BC99. Grayscale: #5C5C5C. Windows color (decimal): -7715994 or 6701962. OLE color: 6701962.
HSL color Cylindrical-coordinate representation of color #8A4366: hue angle of 330.42º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4366 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 67 | 102 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.46 |
| HSL | 330.42º | 0.35% | 0.4% | - |
| HSV(B) | 330.42º | 0.51% | 0.54% | - |
| XYZ | 14.89 | 10.38 | 13.79 | - |
| YUV | 92.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 67 | 102 | 0 | 0.51 | 0.26 | 0.46 | 330.42 | 0.35 | 0.4 |
| Hex | 8A | 43 | 66 | 0 | 33 | 1A | 2E | 14A | 23 | 28 |
| Octal | 212 | 103 | 146 | 0 | 63 | 32 | 56 | 512 | 43 | 50 |
| Binary | 10001010 | 1000011 | 1100110 | 0 | 110011 | 11010 | 101110 | 101001010 | 100011 | 101000 |
Color Harmonies of #8A4366
Complementary color
Monochromatic Colors of #8A4366
Black with #8A4366
Text Example
Text Example
White with #8A4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4366; }
p { color: rgb(138,67,102); }
H1.HeaderClassName
{
color: #8A4366;
}
.AnyTagClassName
{
color: #8A4366;
}
</style>
background-color css
<style>
a { background-color: #8A4366; }
a { background-color: rgb(138,67,102); }
div.DivClassName
{
background-color: #8A4366;
}
.BgClassName
{
background-color: #8A4366;
}
</style>
border-color css
<style>
span { border-color: #8A4366; }
span { border-color: rgb(138,67,102); }
td.TdClassName
{
border-color: #8A4366;
}
.TagClassName
{
border-color: #8A4366;
}
</style>