Shades of East Side #9F8CAF
Tints of East Side #9F8CAF
RGB
CMYK
RGB Variations
Color information
#9F8CAF (or 0x9F8CAF) is known color: East Side. HEX triplet: 9F, 8C and AF. RGB value is (159,140,175). Sum of RGB (Red+Green+Blue) = 159+140+175=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F8CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8CAF is #607350. Grayscale: #959595. Windows color (decimal): -6320977 or 11504799. OLE color: 11504799.
HSL color Cylindrical-coordinate representation of color #9F8CAF: hue angle of 272.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F8CAF is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 140 | 175 | - |
| CMYK | 0.09 | 0.2 | 0 | 0.31 |
| HSL | 272.57º | 0.18% | 0.62% | - |
| HSV(B) | 272.57º | 0.2% | 0.69% | - |
| XYZ | 31.41 | 29.22 | 44.54 | - |
| YUV | 149.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 175 | 0.09 | 0.2 | 0 | 0.31 | 272.57 | 0.18 | 0.62 |
| Hex | 9F | 8C | AF | 9 | 14 | 0 | 1F | 111 | 12 | 3E |
| Octal | 237 | 214 | 257 | 11 | 24 | 0 | 37 | 421 | 22 | 76 |
| Binary | 10011111 | 10001100 | 10101111 | 1001 | 10100 | 0 | 11111 | 100010001 | 10010 | 111110 |
Color Harmonies of #9F8CAF
Complementary color
Monochromatic Colors of #9F8CAF
Black with #9F8CAF
Text Example
Text Example
White with #9F8CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CAF; }
p { color: rgb(159,140,175); }
H1.HeaderClassName
{
color: #9F8CAF;
}
.AnyTagClassName
{
color: #9F8CAF;
}
</style>
background-color css
<style>
a { background-color: #9F8CAF; }
a { background-color: rgb(159,140,175); }
div.DivClassName
{
background-color: #9F8CAF;
}
.BgClassName
{
background-color: #9F8CAF;
}
</style>
border-color css
<style>
span { border-color: #9F8CAF; }
span { border-color: rgb(159,140,175); }
td.TdClassName
{
border-color: #9F8CAF;
}
.TagClassName
{
border-color: #9F8CAF;
}
</style>