Shades of Cosmic #844A6D
Tints of Cosmic #844A6D
RGB
CMYK
RGB Variations
Color information
#844A6D (or 0x844A6D) is known color: Cosmic. HEX triplet: 84, 4A and 6D. RGB value is (132,74,109). Sum of RGB (Red+Green+Blue) = 132+74+109=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A6D is #7BB592. Grayscale: #5F5F5F. Windows color (decimal): -8107411 or 7162500. OLE color: 7162500.
HSL color Cylindrical-coordinate representation of color #844A6D: hue angle of 323.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844A6D is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 109 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.48 |
| HSL | 323.79º | 0.28% | 0.4% | - |
| HSV(B) | 323.79º | 0.44% | 0.52% | - |
| XYZ | 14.72 | 10.91 | 15.8 | - |
| YUV | 95.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 109 | 0 | 0.44 | 0.17 | 0.48 | 323.79 | 0.28 | 0.4 |
| Hex | 84 | 4A | 6D | 0 | 2C | 11 | 30 | 144 | 1C | 28 |
| Octal | 204 | 112 | 155 | 0 | 54 | 21 | 60 | 504 | 34 | 50 |
| Binary | 10000100 | 1001010 | 1101101 | 0 | 101100 | 10001 | 110000 | 101000100 | 11100 | 101000 |
Color Harmonies of #844A6D
Complementary color
Monochromatic Colors of #844A6D
Black with #844A6D
Text Example
Text Example
White with #844A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A6D; }
p { color: rgb(132,74,109); }
H1.HeaderClassName
{
color: #844A6D;
}
.AnyTagClassName
{
color: #844A6D;
}
</style>
background-color css
<style>
a { background-color: #844A6D; }
a { background-color: rgb(132,74,109); }
div.DivClassName
{
background-color: #844A6D;
}
.BgClassName
{
background-color: #844A6D;
}
</style>
border-color css
<style>
span { border-color: #844A6D; }
span { border-color: rgb(132,74,109); }
td.TdClassName
{
border-color: #844A6D;
}
.TagClassName
{
border-color: #844A6D;
}
</style>