Shades of Cosmic #8A4269
Tints of Cosmic #8A4269
RGB
CMYK
RGB Variations
Color information
#8A4269 (or 0x8A4269) is known color: Cosmic. HEX triplet: 8A, 42 and 69. RGB value is (138,66,105). Sum of RGB (Red+Green+Blue) = 138+66+105=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4269 is #75BD96. Grayscale: #5B5B5B. Windows color (decimal): -7716247 or 6898314. OLE color: 6898314.
HSL color Cylindrical-coordinate representation of color #8A4269: hue angle of 327.5º 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 #8A4269 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 66 | 105 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.46 |
| HSL | 327.5º | 0.35% | 0.4% | - |
| HSV(B) | 327.5º | 0.52% | 0.54% | - |
| XYZ | 14.98 | 10.32 | 14.57 | - |
| YUV | 91.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 105 | 0 | 0.52 | 0.24 | 0.46 | 327.5 | 0.35 | 0.4 |
| Hex | 8A | 42 | 69 | 0 | 34 | 18 | 2E | 148 | 23 | 28 |
| Octal | 212 | 102 | 151 | 0 | 64 | 30 | 56 | 510 | 43 | 50 |
| Binary | 10001010 | 1000010 | 1101001 | 0 | 110100 | 11000 | 101110 | 101001000 | 100011 | 101000 |
Color Harmonies of #8A4269
Complementary color
Monochromatic Colors of #8A4269
Black with #8A4269
Text Example
Text Example
White with #8A4269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4269; }
p { color: rgb(138,66,105); }
H1.HeaderClassName
{
color: #8A4269;
}
.AnyTagClassName
{
color: #8A4269;
}
</style>
background-color css
<style>
a { background-color: #8A4269; }
a { background-color: rgb(138,66,105); }
div.DivClassName
{
background-color: #8A4269;
}
.BgClassName
{
background-color: #8A4269;
}
</style>
border-color css
<style>
span { border-color: #8A4269; }
span { border-color: rgb(138,66,105); }
td.TdClassName
{
border-color: #8A4269;
}
.TagClassName
{
border-color: #8A4269;
}
</style>