Shades of Cosmic #81416D
Tints of Cosmic #81416D
RGB
CMYK
RGB Variations
Color information
#81416D (or 0x81416D) is known color: Cosmic. HEX triplet: 81, 41 and 6D. RGB value is (129,65,109). Sum of RGB (Red+Green+Blue) = 129+65+109=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #81416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81416D is #7EBE92. Grayscale: #595959. Windows color (decimal): -8306323 or 7160193. OLE color: 7160193.
HSL color Cylindrical-coordinate representation of color #81416D: hue angle of 318.75º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81416D is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 109 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.49 |
| HSL | 318.75º | 0.33% | 0.38% | - |
| HSV(B) | 318.75º | 0.5% | 0.51% | - |
| XYZ | 13.7 | 9.55 | 15.59 | - |
| YUV | 89.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 109 | 0 | 0.50 | 0.16 | 0.49 | 318.75 | 0.33 | 0.38 |
| Hex | 81 | 41 | 6D | 0 | 32 | 10 | 31 | 13F | 21 | 26 |
| Octal | 201 | 101 | 155 | 0 | 62 | 20 | 61 | 477 | 41 | 46 |
| Binary | 10000001 | 1000001 | 1101101 | 0 | 110010 | 10000 | 110001 | 100111111 | 100001 | 100110 |
Color Harmonies of #81416D
Complementary color
Monochromatic Colors of #81416D
Black with #81416D
Text Example
Text Example
White with #81416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81416D; }
p { color: rgb(129,65,109); }
H1.HeaderClassName
{
color: #81416D;
}
.AnyTagClassName
{
color: #81416D;
}
</style>
background-color css
<style>
a { background-color: #81416D; }
a { background-color: rgb(129,65,109); }
div.DivClassName
{
background-color: #81416D;
}
.BgClassName
{
background-color: #81416D;
}
</style>
border-color css
<style>
span { border-color: #81416D; }
span { border-color: rgb(129,65,109); }
td.TdClassName
{
border-color: #81416D;
}
.TagClassName
{
border-color: #81416D;
}
</style>