Shades of Napa #9D9890
Tints of Napa #9D9890
RGB
CMYK
RGB Variations
Color information
#9D9890 (or 0x9D9890) is known color: Napa. HEX triplet: 9D, 98 and 90. RGB value is (157,152,144). Sum of RGB (Red+Green+Blue) = 157+152+144=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9890 is #62676F. Grayscale: #989898. Windows color (decimal): -6449008 or 9476253. OLE color: 9476253.
HSL color Cylindrical-coordinate representation of color #9D9890: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9D9890 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 144 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.38 |
| HSL | 36.92º | 0.06% | 0.59% | - |
| HSV(B) | 36.92º | 0.08% | 0.62% | - |
| XYZ | 30.17 | 31.64 | 30.9 | - |
| YUV | 152.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 144 | 0 | 0.03 | 0.08 | 0.38 | 36.92 | 0.06 | 0.59 |
| Hex | 9D | 98 | 90 | 0 | 3 | 8 | 26 | 25 | 6 | 3B |
| Octal | 235 | 230 | 220 | 0 | 3 | 10 | 46 | 45 | 6 | 73 |
| Binary | 10011101 | 10011000 | 10010000 | 0 | 11 | 1000 | 100110 | 100101 | 110 | 111011 |
Color Harmonies of #9D9890
Complementary color
Monochromatic Colors of #9D9890
Black with #9D9890
Text Example
Text Example
White with #9D9890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9890; }
p { color: rgb(157,152,144); }
H1.HeaderClassName
{
color: #9D9890;
}
.AnyTagClassName
{
color: #9D9890;
}
</style>
background-color css
<style>
a { background-color: #9D9890; }
a { background-color: rgb(157,152,144); }
div.DivClassName
{
background-color: #9D9890;
}
.BgClassName
{
background-color: #9D9890;
}
</style>
border-color css
<style>
span { border-color: #9D9890; }
span { border-color: rgb(157,152,144); }
td.TdClassName
{
border-color: #9D9890;
}
.TagClassName
{
border-color: #9D9890;
}
</style>