Shades of Cosmic #843C5F
Tints of Cosmic #843C5F
RGB
CMYK
RGB Variations
Color information
#843C5F (or 0x843C5F) is known color: Cosmic. HEX triplet: 84, 3C and 5F. RGB value is (132,60,95). Sum of RGB (Red+Green+Blue) = 132+60+95=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #843C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C5F is #7BC3A0. Grayscale: #555555. Windows color (decimal): -8111009 or 6241412. OLE color: 6241412.
HSL color Cylindrical-coordinate representation of color #843C5F: hue angle of 330.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C5F is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 95 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.48 |
| HSL | 330.83º | 0.38% | 0.38% | - |
| HSV(B) | 330.83º | 0.55% | 0.52% | - |
| XYZ | 13.2 | 8.96 | 11.86 | - |
| YUV | 85.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 95 | 0 | 0.55 | 0.28 | 0.48 | 330.83 | 0.38 | 0.38 |
| Hex | 84 | 3C | 5F | 0 | 37 | 1C | 30 | 14B | 26 | 26 |
| Octal | 204 | 74 | 137 | 0 | 67 | 34 | 60 | 513 | 46 | 46 |
| Binary | 10000100 | 111100 | 1011111 | 0 | 110111 | 11100 | 110000 | 101001011 | 100110 | 100110 |
Color Harmonies of #843C5F
Complementary color
Monochromatic Colors of #843C5F
Black with #843C5F
Text Example
Text Example
White with #843C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C5F; }
p { color: rgb(132,60,95); }
H1.HeaderClassName
{
color: #843C5F;
}
.AnyTagClassName
{
color: #843C5F;
}
</style>
background-color css
<style>
a { background-color: #843C5F; }
a { background-color: rgb(132,60,95); }
div.DivClassName
{
background-color: #843C5F;
}
.BgClassName
{
background-color: #843C5F;
}
</style>
border-color css
<style>
span { border-color: #843C5F; }
span { border-color: rgb(132,60,95); }
td.TdClassName
{
border-color: #843C5F;
}
.TagClassName
{
border-color: #843C5F;
}
</style>