Shades of Affair #88589A
Tints of Affair #88589A
RGB
CMYK
RGB Variations
Color information
#88589A (or 0x88589A) is known color: Affair. HEX triplet: 88, 58 and 9A. RGB value is (136,88,154). Sum of RGB (Red+Green+Blue) = 136+88+154=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #88589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88589A is #77A765. Grayscale: #6D6D6D. Windows color (decimal): -7841638 or 10115208. OLE color: 10115208.
HSL color Cylindrical-coordinate representation of color #88589A: hue angle of 283.64º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88589A is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 88 | 154 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.40 |
| HSL | 283.64º | 0.27% | 0.47% | - |
| HSV(B) | 283.64º | 0.43% | 0.6% | - |
| XYZ | 19.48 | 14.55 | 32.35 | - |
| YUV | 109.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 154 | 0.12 | 0.43 | 0 | 0.40 | 283.64 | 0.27 | 0.47 |
| Hex | 88 | 58 | 9A | C | 2B | 0 | 28 | 11C | 1B | 2F |
| Octal | 210 | 130 | 232 | 14 | 53 | 0 | 50 | 434 | 33 | 57 |
| Binary | 10001000 | 1011000 | 10011010 | 1100 | 101011 | 0 | 101000 | 100011100 | 11011 | 101111 |
Color Harmonies of #88589A
Complementary color
Monochromatic Colors of #88589A
Black with #88589A
Text Example
Text Example
White with #88589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88589A; }
p { color: rgb(136,88,154); }
H1.HeaderClassName
{
color: #88589A;
}
.AnyTagClassName
{
color: #88589A;
}
</style>
background-color css
<style>
a { background-color: #88589A; }
a { background-color: rgb(136,88,154); }
div.DivClassName
{
background-color: #88589A;
}
.BgClassName
{
background-color: #88589A;
}
</style>
border-color css
<style>
span { border-color: #88589A; }
span { border-color: rgb(136,88,154); }
td.TdClassName
{
border-color: #88589A;
}
.TagClassName
{
border-color: #88589A;
}
</style>