Shades of East Side #9F89B4
Tints of East Side #9F89B4
RGB
CMYK
RGB Variations
Color information
#9F89B4 (or 0x9F89B4) is known color: East Side. HEX triplet: 9F, 89 and B4. RGB value is (159,137,180). Sum of RGB (Red+Green+Blue) = 159+137+180=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F89B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89B4 is #60764B. Grayscale: #949494. Windows color (decimal): -6321740 or 11831711. OLE color: 11831711.
HSL color Cylindrical-coordinate representation of color #9F89B4: hue angle of 270.7º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F89B4 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 137 | 180 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.29 |
| HSL | 270.7º | 0.22% | 0.62% | - |
| HSV(B) | 270.7º | 0.24% | 0.71% | - |
| XYZ | 31.48 | 28.56 | 47.03 | - |
| YUV | 148.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 180 | 0.12 | 0.24 | 0 | 0.29 | 270.7 | 0.22 | 0.62 |
| Hex | 9F | 89 | B4 | C | 18 | 0 | 1D | 10F | 16 | 3E |
| Octal | 237 | 211 | 264 | 14 | 30 | 0 | 35 | 417 | 26 | 76 |
| Binary | 10011111 | 10001001 | 10110100 | 1100 | 11000 | 0 | 11101 | 100001111 | 10110 | 111110 |
Color Harmonies of #9F89B4
Complementary color
Monochromatic Colors of #9F89B4
Black with #9F89B4
Text Example
Text Example
White with #9F89B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89B4; }
p { color: rgb(159,137,180); }
H1.HeaderClassName
{
color: #9F89B4;
}
.AnyTagClassName
{
color: #9F89B4;
}
</style>
background-color css
<style>
a { background-color: #9F89B4; }
a { background-color: rgb(159,137,180); }
div.DivClassName
{
background-color: #9F89B4;
}
.BgClassName
{
background-color: #9F89B4;
}
</style>
border-color css
<style>
span { border-color: #9F89B4; }
span { border-color: rgb(159,137,180); }
td.TdClassName
{
border-color: #9F89B4;
}
.TagClassName
{
border-color: #9F89B4;
}
</style>