Shades of Cosmic #85416E
Tints of Cosmic #85416E
RGB
CMYK
RGB Variations
Color information
#85416E (or 0x85416E) is known color: Cosmic. HEX triplet: 85, 41 and 6E. RGB value is (133,65,110). Sum of RGB (Red+Green+Blue) = 133+65+110=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85416E is #7ABE91. Grayscale: #5A5A5A. Windows color (decimal): -8044178 or 7225733. OLE color: 7225733.
HSL color Cylindrical-coordinate representation of color #85416E: hue angle of 320.29º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85416E is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 110 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.48 |
| HSL | 320.29º | 0.34% | 0.39% | - |
| HSV(B) | 320.29º | 0.51% | 0.52% | - |
| XYZ | 14.38 | 9.89 | 15.9 | - |
| YUV | 90.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 110 | 0 | 0.51 | 0.17 | 0.48 | 320.29 | 0.34 | 0.39 |
| Hex | 85 | 41 | 6E | 0 | 33 | 11 | 30 | 140 | 22 | 27 |
| Octal | 205 | 101 | 156 | 0 | 63 | 21 | 60 | 500 | 42 | 47 |
| Binary | 10000101 | 1000001 | 1101110 | 0 | 110011 | 10001 | 110000 | 101000000 | 100010 | 100111 |
Color Harmonies of #85416E
Complementary color
Monochromatic Colors of #85416E
Black with #85416E
Text Example
Text Example
White with #85416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85416E; }
p { color: rgb(133,65,110); }
H1.HeaderClassName
{
color: #85416E;
}
.AnyTagClassName
{
color: #85416E;
}
</style>
background-color css
<style>
a { background-color: #85416E; }
a { background-color: rgb(133,65,110); }
div.DivClassName
{
background-color: #85416E;
}
.BgClassName
{
background-color: #85416E;
}
</style>
border-color css
<style>
span { border-color: #85416E; }
span { border-color: rgb(133,65,110); }
td.TdClassName
{
border-color: #85416E;
}
.TagClassName
{
border-color: #85416E;
}
</style>