Shades of Cosmic #843D6B
Tints of Cosmic #843D6B
RGB
CMYK
RGB Variations
Color information
#843D6B (or 0x843D6B) is known color: Cosmic. HEX triplet: 84, 3D and 6B. RGB value is (132,61,107). Sum of RGB (Red+Green+Blue) = 132+61+107=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #843D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D6B is #7BC294. Grayscale: #575757. Windows color (decimal): -8110741 or 7028100. OLE color: 7028100.
HSL color Cylindrical-coordinate representation of color #843D6B: hue angle of 321.13º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #843D6B is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 107 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.48 |
| HSL | 321.13º | 0.37% | 0.38% | - |
| HSV(B) | 321.13º | 0.54% | 0.52% | - |
| XYZ | 13.84 | 9.3 | 14.98 | - |
| YUV | 87.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 107 | 0 | 0.54 | 0.19 | 0.48 | 321.13 | 0.37 | 0.38 |
| Hex | 84 | 3D | 6B | 0 | 36 | 13 | 30 | 141 | 25 | 26 |
| Octal | 204 | 75 | 153 | 0 | 66 | 23 | 60 | 501 | 45 | 46 |
| Binary | 10000100 | 111101 | 1101011 | 0 | 110110 | 10011 | 110000 | 101000001 | 100101 | 100110 |
Color Harmonies of #843D6B
Complementary color
Monochromatic Colors of #843D6B
Black with #843D6B
Text Example
Text Example
White with #843D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D6B; }
p { color: rgb(132,61,107); }
H1.HeaderClassName
{
color: #843D6B;
}
.AnyTagClassName
{
color: #843D6B;
}
</style>
background-color css
<style>
a { background-color: #843D6B; }
a { background-color: rgb(132,61,107); }
div.DivClassName
{
background-color: #843D6B;
}
.BgClassName
{
background-color: #843D6B;
}
</style>
border-color css
<style>
span { border-color: #843D6B; }
span { border-color: rgb(132,61,107); }
td.TdClassName
{
border-color: #843D6B;
}
.TagClassName
{
border-color: #843D6B;
}
</style>