Shades of Cosmic #8A426A
Tints of Cosmic #8A426A
RGB
CMYK
RGB Variations
Color information
#8A426A (or 0x8A426A) is known color: Cosmic. HEX triplet: 8A, 42 and 6A. RGB value is (138,66,106). Sum of RGB (Red+Green+Blue) = 138+66+106=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A426A is #75BD95. Grayscale: #5C5C5C. Windows color (decimal): -7716246 or 6963850. OLE color: 6963850.
HSL color Cylindrical-coordinate representation of color #8A426A: hue angle of 326.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A426A is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 66 | 106 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.46 |
| HSL | 326.67º | 0.35% | 0.4% | - |
| HSV(B) | 326.67º | 0.52% | 0.54% | - |
| XYZ | 15.03 | 10.34 | 14.84 | - |
| YUV | 92.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 106 | 0 | 0.52 | 0.23 | 0.46 | 326.67 | 0.35 | 0.4 |
| Hex | 8A | 42 | 6A | 0 | 34 | 17 | 2E | 147 | 23 | 28 |
| Octal | 212 | 102 | 152 | 0 | 64 | 27 | 56 | 507 | 43 | 50 |
| Binary | 10001010 | 1000010 | 1101010 | 0 | 110100 | 10111 | 101110 | 101000111 | 100011 | 101000 |
Color Harmonies of #8A426A
Complementary color
Monochromatic Colors of #8A426A
Black with #8A426A
Text Example
Text Example
White with #8A426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A426A; }
p { color: rgb(138,66,106); }
H1.HeaderClassName
{
color: #8A426A;
}
.AnyTagClassName
{
color: #8A426A;
}
</style>
background-color css
<style>
a { background-color: #8A426A; }
a { background-color: rgb(138,66,106); }
div.DivClassName
{
background-color: #8A426A;
}
.BgClassName
{
background-color: #8A426A;
}
</style>
border-color css
<style>
span { border-color: #8A426A; }
span { border-color: rgb(138,66,106); }
td.TdClassName
{
border-color: #8A426A;
}
.TagClassName
{
border-color: #8A426A;
}
</style>