Shades of Cosmic #81416C
Tints of Cosmic #81416C
RGB
CMYK
RGB Variations
Color information
#81416C (or 0x81416C) is known color: Cosmic. HEX triplet: 81, 41 and 6C. RGB value is (129,65,108). Sum of RGB (Red+Green+Blue) = 129+65+108=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #81416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81416C is #7EBE93. Grayscale: #585858. Windows color (decimal): -8306324 or 7094657. OLE color: 7094657.
HSL color Cylindrical-coordinate representation of color #81416C: hue angle of 319.69º 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 #81416C is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 108 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.49 |
| HSL | 319.69º | 0.33% | 0.38% | - |
| HSV(B) | 319.69º | 0.5% | 0.51% | - |
| XYZ | 13.65 | 9.53 | 15.31 | - |
| YUV | 89.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 108 | 0 | 0.50 | 0.16 | 0.49 | 319.69 | 0.33 | 0.38 |
| Hex | 81 | 41 | 6C | 0 | 32 | 10 | 31 | 140 | 21 | 26 |
| Octal | 201 | 101 | 154 | 0 | 62 | 20 | 61 | 500 | 41 | 46 |
| Binary | 10000001 | 1000001 | 1101100 | 0 | 110010 | 10000 | 110001 | 101000000 | 100001 | 100110 |
Color Harmonies of #81416C
Complementary color
Monochromatic Colors of #81416C
Black with #81416C
Text Example
Text Example
White with #81416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81416C; }
p { color: rgb(129,65,108); }
H1.HeaderClassName
{
color: #81416C;
}
.AnyTagClassName
{
color: #81416C;
}
</style>
background-color css
<style>
a { background-color: #81416C; }
a { background-color: rgb(129,65,108); }
div.DivClassName
{
background-color: #81416C;
}
.BgClassName
{
background-color: #81416C;
}
</style>
border-color css
<style>
span { border-color: #81416C; }
span { border-color: rgb(129,65,108); }
td.TdClassName
{
border-color: #81416C;
}
.TagClassName
{
border-color: #81416C;
}
</style>