Shades of Cosmic #843F6F
Tints of Cosmic #843F6F
RGB
CMYK
RGB Variations
Color information
#843F6F (or 0x843F6F) is known color: Cosmic. HEX triplet: 84, 3F and 6F. RGB value is (132,63,111). Sum of RGB (Red+Green+Blue) = 132+63+111=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #843F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F6F is #7BC090. Grayscale: #585858. Windows color (decimal): -8110225 or 7290756. OLE color: 7290756.
HSL color Cylindrical-coordinate representation of color #843F6F: hue angle of 318.26º 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 #843F6F is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 111 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.48 |
| HSL | 318.26º | 0.35% | 0.38% | - |
| HSV(B) | 318.26º | 0.52% | 0.52% | - |
| XYZ | 14.16 | 9.61 | 16.15 | - |
| YUV | 89.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 111 | 0 | 0.52 | 0.16 | 0.48 | 318.26 | 0.35 | 0.38 |
| Hex | 84 | 3F | 6F | 0 | 34 | 10 | 30 | 13E | 23 | 26 |
| Octal | 204 | 77 | 157 | 0 | 64 | 20 | 60 | 476 | 43 | 46 |
| Binary | 10000100 | 111111 | 1101111 | 0 | 110100 | 10000 | 110000 | 100111110 | 100011 | 100110 |
Color Harmonies of #843F6F
Complementary color
Monochromatic Colors of #843F6F
Black with #843F6F
Text Example
Text Example
White with #843F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F6F; }
p { color: rgb(132,63,111); }
H1.HeaderClassName
{
color: #843F6F;
}
.AnyTagClassName
{
color: #843F6F;
}
</style>
background-color css
<style>
a { background-color: #843F6F; }
a { background-color: rgb(132,63,111); }
div.DivClassName
{
background-color: #843F6F;
}
.BgClassName
{
background-color: #843F6F;
}
</style>
border-color css
<style>
span { border-color: #843F6F; }
span { border-color: rgb(132,63,111); }
td.TdClassName
{
border-color: #843F6F;
}
.TagClassName
{
border-color: #843F6F;
}
</style>