Shades of Cosmic #843C6E
Tints of Cosmic #843C6E
RGB
CMYK
RGB Variations
Color information
#843C6E (or 0x843C6E) is known color: Cosmic. HEX triplet: 84, 3C and 6E. RGB value is (132,60,110). Sum of RGB (Red+Green+Blue) = 132+60+110=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #843C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C6E is #7BC391. Grayscale: #575757. Windows color (decimal): -8110994 or 7224452. OLE color: 7224452.
HSL color Cylindrical-coordinate representation of color #843C6E: hue angle of 318.33º 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 #843C6E is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 110 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.48 |
| HSL | 318.33º | 0.38% | 0.38% | - |
| HSV(B) | 318.33º | 0.55% | 0.52% | - |
| XYZ | 13.95 | 9.26 | 15.8 | - |
| YUV | 87.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 110 | 0 | 0.55 | 0.17 | 0.48 | 318.33 | 0.38 | 0.38 |
| Hex | 84 | 3C | 6E | 0 | 37 | 11 | 30 | 13E | 26 | 26 |
| Octal | 204 | 74 | 156 | 0 | 67 | 21 | 60 | 476 | 46 | 46 |
| Binary | 10000100 | 111100 | 1101110 | 0 | 110111 | 10001 | 110000 | 100111110 | 100110 | 100110 |
Color Harmonies of #843C6E
Complementary color
Monochromatic Colors of #843C6E
Black with #843C6E
Text Example
Text Example
White with #843C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C6E; }
p { color: rgb(132,60,110); }
H1.HeaderClassName
{
color: #843C6E;
}
.AnyTagClassName
{
color: #843C6E;
}
</style>
background-color css
<style>
a { background-color: #843C6E; }
a { background-color: rgb(132,60,110); }
div.DivClassName
{
background-color: #843C6E;
}
.BgClassName
{
background-color: #843C6E;
}
</style>
border-color css
<style>
span { border-color: #843C6E; }
span { border-color: rgb(132,60,110); }
td.TdClassName
{
border-color: #843C6E;
}
.TagClassName
{
border-color: #843C6E;
}
</style>