Shades of Cosmic #843F6A
Tints of Cosmic #843F6A
RGB
CMYK
RGB Variations
Color information
#843F6A (or 0x843F6A) is known color: Cosmic. HEX triplet: 84, 3F and 6A. RGB value is (132,63,106). Sum of RGB (Red+Green+Blue) = 132+63+106=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #843F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F6A is #7BC095. Grayscale: #585858. Windows color (decimal): -8110230 or 6963076. OLE color: 6963076.
HSL color Cylindrical-coordinate representation of color #843F6A: hue angle of 322.61º 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 #843F6A is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 106 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.48 |
| HSL | 322.61º | 0.35% | 0.38% | - |
| HSV(B) | 322.61º | 0.52% | 0.52% | - |
| XYZ | 13.89 | 9.5 | 14.74 | - |
| YUV | 88.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 106 | 0 | 0.52 | 0.20 | 0.48 | 322.61 | 0.35 | 0.38 |
| Hex | 84 | 3F | 6A | 0 | 34 | 14 | 30 | 143 | 23 | 26 |
| Octal | 204 | 77 | 152 | 0 | 64 | 24 | 60 | 503 | 43 | 46 |
| Binary | 10000100 | 111111 | 1101010 | 0 | 110100 | 10100 | 110000 | 101000011 | 100011 | 100110 |
Color Harmonies of #843F6A
Complementary color
Monochromatic Colors of #843F6A
Black with #843F6A
Text Example
Text Example
White with #843F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F6A; }
p { color: rgb(132,63,106); }
H1.HeaderClassName
{
color: #843F6A;
}
.AnyTagClassName
{
color: #843F6A;
}
</style>
background-color css
<style>
a { background-color: #843F6A; }
a { background-color: rgb(132,63,106); }
div.DivClassName
{
background-color: #843F6A;
}
.BgClassName
{
background-color: #843F6A;
}
</style>
border-color css
<style>
span { border-color: #843F6A; }
span { border-color: rgb(132,63,106); }
td.TdClassName
{
border-color: #843F6A;
}
.TagClassName
{
border-color: #843F6A;
}
</style>