Shades of Cosmic #88416E
Tints of Cosmic #88416E
RGB
CMYK
RGB Variations
Color information
#88416E (or 0x88416E) is known color: Cosmic. HEX triplet: 88, 41 and 6E. RGB value is (136,65,110). Sum of RGB (Red+Green+Blue) = 136+65+110=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88416E is #77BE91. Grayscale: #5B5B5B. Windows color (decimal): -7847570 or 7225736. OLE color: 7225736.
HSL color Cylindrical-coordinate representation of color #88416E: hue angle of 321.97º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88416E is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 110 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.47 |
| HSL | 321.97º | 0.35% | 0.39% | - |
| HSV(B) | 321.97º | 0.52% | 0.53% | - |
| XYZ | 14.86 | 10.14 | 15.93 | - |
| YUV | 91.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 110 | 0 | 0.52 | 0.19 | 0.47 | 321.97 | 0.35 | 0.39 |
| Hex | 88 | 41 | 6E | 0 | 34 | 13 | 2F | 142 | 23 | 27 |
| Octal | 210 | 101 | 156 | 0 | 64 | 23 | 57 | 502 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1101110 | 0 | 110100 | 10011 | 101111 | 101000010 | 100011 | 100111 |
Color Harmonies of #88416E
Complementary color
Monochromatic Colors of #88416E
Black with #88416E
Text Example
Text Example
White with #88416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88416E; }
p { color: rgb(136,65,110); }
H1.HeaderClassName
{
color: #88416E;
}
.AnyTagClassName
{
color: #88416E;
}
</style>
background-color css
<style>
a { background-color: #88416E; }
a { background-color: rgb(136,65,110); }
div.DivClassName
{
background-color: #88416E;
}
.BgClassName
{
background-color: #88416E;
}
</style>
border-color css
<style>
span { border-color: #88416E; }
span { border-color: rgb(136,65,110); }
td.TdClassName
{
border-color: #88416E;
}
.TagClassName
{
border-color: #88416E;
}
</style>