Shades of Cosmic #843F6C
Tints of Cosmic #843F6C
RGB
CMYK
RGB Variations
Color information
#843F6C (or 0x843F6C) is known color: Cosmic. HEX triplet: 84, 3F and 6C. RGB value is (132,63,108). Sum of RGB (Red+Green+Blue) = 132+63+108=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #843F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F6C is #7BC093. Grayscale: #585858. Windows color (decimal): -8110228 or 7094148. OLE color: 7094148.
HSL color Cylindrical-coordinate representation of color #843F6C: hue angle of 320.87º 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 #843F6C is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 108 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.48 |
| HSL | 320.87º | 0.35% | 0.38% | - |
| HSV(B) | 320.87º | 0.52% | 0.52% | - |
| XYZ | 14 | 9.54 | 15.29 | - |
| YUV | 88.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 108 | 0 | 0.52 | 0.18 | 0.48 | 320.87 | 0.35 | 0.38 |
| Hex | 84 | 3F | 6C | 0 | 34 | 12 | 30 | 141 | 23 | 26 |
| Octal | 204 | 77 | 154 | 0 | 64 | 22 | 60 | 501 | 43 | 46 |
| Binary | 10000100 | 111111 | 1101100 | 0 | 110100 | 10010 | 110000 | 101000001 | 100011 | 100110 |
Color Harmonies of #843F6C
Complementary color
Monochromatic Colors of #843F6C
Black with #843F6C
Text Example
Text Example
White with #843F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F6C; }
p { color: rgb(132,63,108); }
H1.HeaderClassName
{
color: #843F6C;
}
.AnyTagClassName
{
color: #843F6C;
}
</style>
background-color css
<style>
a { background-color: #843F6C; }
a { background-color: rgb(132,63,108); }
div.DivClassName
{
background-color: #843F6C;
}
.BgClassName
{
background-color: #843F6C;
}
</style>
border-color css
<style>
span { border-color: #843F6C; }
span { border-color: rgb(132,63,108); }
td.TdClassName
{
border-color: #843F6C;
}
.TagClassName
{
border-color: #843F6C;
}
</style>