Shades of Cosmic #843F70
Tints of Cosmic #843F70
RGB
CMYK
RGB Variations
Color information
#843F70 (or 0x843F70) is known color: Cosmic. HEX triplet: 84, 3F and 70. RGB value is (132,63,112). Sum of RGB (Red+Green+Blue) = 132+63+112=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #843F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F70 is #7BC08F. Grayscale: #595959. Windows color (decimal): -8110224 or 7356292. OLE color: 7356292.
HSL color Cylindrical-coordinate representation of color #843F70: hue angle of 317.39º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #843F70 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 112 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.48 |
| HSL | 317.39º | 0.35% | 0.38% | - |
| HSV(B) | 317.39º | 0.52% | 0.52% | - |
| XYZ | 14.22 | 9.63 | 16.44 | - |
| YUV | 89.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 112 | 0 | 0.52 | 0.15 | 0.48 | 317.39 | 0.35 | 0.38 |
| Hex | 84 | 3F | 70 | 0 | 34 | F | 30 | 13D | 23 | 26 |
| Octal | 204 | 77 | 160 | 0 | 64 | 17 | 60 | 475 | 43 | 46 |
| Binary | 10000100 | 111111 | 1110000 | 0 | 110100 | 1111 | 110000 | 100111101 | 100011 | 100110 |
Color Harmonies of #843F70
Complementary color
Monochromatic Colors of #843F70
Black with #843F70
Text Example
Text Example
White with #843F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F70; }
p { color: rgb(132,63,112); }
H1.HeaderClassName
{
color: #843F70;
}
.AnyTagClassName
{
color: #843F70;
}
</style>
background-color css
<style>
a { background-color: #843F70; }
a { background-color: rgb(132,63,112); }
div.DivClassName
{
background-color: #843F70;
}
.BgClassName
{
background-color: #843F70;
}
</style>
border-color css
<style>
span { border-color: #843F70; }
span { border-color: rgb(132,63,112); }
td.TdClassName
{
border-color: #843F70;
}
.TagClassName
{
border-color: #843F70;
}
</style>