Shades of Affair #895A97
Tints of Affair #895A97
RGB
CMYK
RGB Variations
Color information
#895A97 (or 0x895A97) is known color: Affair. HEX triplet: 89, 5A and 97. RGB value is (137,90,151). Sum of RGB (Red+Green+Blue) = 137+90+151=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #895A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A97 is #76A568. Grayscale: #6E6E6E. Windows color (decimal): -7775593 or 9919113. OLE color: 9919113.
HSL color Cylindrical-coordinate representation of color #895A97: hue angle of 286.23º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895A97 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 90 | 151 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.41 |
| HSL | 286.23º | 0.25% | 0.47% | - |
| HSV(B) | 286.23º | 0.4% | 0.59% | - |
| XYZ | 19.56 | 14.87 | 31.12 | - |
| YUV | 111.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 151 | 0.09 | 0.40 | 0 | 0.41 | 286.23 | 0.25 | 0.47 |
| Hex | 89 | 5A | 97 | 9 | 28 | 0 | 29 | 11E | 19 | 2F |
| Octal | 211 | 132 | 227 | 11 | 50 | 0 | 51 | 436 | 31 | 57 |
| Binary | 10001001 | 1011010 | 10010111 | 1001 | 101000 | 0 | 101001 | 100011110 | 11001 | 101111 |
Color Harmonies of #895A97
Complementary color
Monochromatic Colors of #895A97
Black with #895A97
Text Example
Text Example
White with #895A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A97; }
p { color: rgb(137,90,151); }
H1.HeaderClassName
{
color: #895A97;
}
.AnyTagClassName
{
color: #895A97;
}
</style>
background-color css
<style>
a { background-color: #895A97; }
a { background-color: rgb(137,90,151); }
div.DivClassName
{
background-color: #895A97;
}
.BgClassName
{
background-color: #895A97;
}
</style>
border-color css
<style>
span { border-color: #895A97; }
span { border-color: rgb(137,90,151); }
td.TdClassName
{
border-color: #895A97;
}
.TagClassName
{
border-color: #895A97;
}
</style>