Shades of Affair #895A98
Tints of Affair #895A98
RGB
CMYK
RGB Variations
Color information
#895A98 (or 0x895A98) is known color: Affair. HEX triplet: 89, 5A and 98. RGB value is (137,90,152). Sum of RGB (Red+Green+Blue) = 137+90+152=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #895A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A98 is #76A567. Grayscale: #6E6E6E. Windows color (decimal): -7775592 or 9984649. OLE color: 9984649.
HSL color Cylindrical-coordinate representation of color #895A98: hue angle of 285.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895A98 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 90 | 152 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.40 |
| HSL | 285.48º | 0.26% | 0.47% | - |
| HSV(B) | 285.48º | 0.41% | 0.6% | - |
| XYZ | 19.64 | 14.9 | 31.55 | - |
| YUV | 111.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 152 | 0.10 | 0.41 | 0 | 0.40 | 285.48 | 0.26 | 0.47 |
| Hex | 89 | 5A | 98 | A | 29 | 0 | 28 | 11D | 1A | 2F |
| Octal | 211 | 132 | 230 | 12 | 51 | 0 | 50 | 435 | 32 | 57 |
| Binary | 10001001 | 1011010 | 10011000 | 1010 | 101001 | 0 | 101000 | 100011101 | 11010 | 101111 |
Color Harmonies of #895A98
Complementary color
Monochromatic Colors of #895A98
Black with #895A98
Text Example
Text Example
White with #895A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A98; }
p { color: rgb(137,90,152); }
H1.HeaderClassName
{
color: #895A98;
}
.AnyTagClassName
{
color: #895A98;
}
</style>
background-color css
<style>
a { background-color: #895A98; }
a { background-color: rgb(137,90,152); }
div.DivClassName
{
background-color: #895A98;
}
.BgClassName
{
background-color: #895A98;
}
</style>
border-color css
<style>
span { border-color: #895A98; }
span { border-color: rgb(137,90,152); }
td.TdClassName
{
border-color: #895A98;
}
.TagClassName
{
border-color: #895A98;
}
</style>