Shades of Bouquet #9A8994
Tints of Bouquet #9A8994
RGB
CMYK
RGB Variations
Color information
#9A8994 (or 0x9A8994) is known color: Bouquet. HEX triplet: 9A, 89 and 94. RGB value is (154,137,148). Sum of RGB (Red+Green+Blue) = 154+137+148=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8994 is #65766B. Grayscale: #8F8F8F. Windows color (decimal): -6649452 or 9734554. OLE color: 9734554.
HSL color Cylindrical-coordinate representation of color #9A8994: hue angle of 321.18º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9A8994 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
RGB | 154 | 137 | 148 | - |
CMYK | 0 | 0.11 | 0.04 | 0.40 |
HSL | 321.18º | 0.08% | 0.57% | - |
HSV(B) | 321.18º | 0.11% | 0.6% | - |
XYZ | 27.62 | 26.9 | 31.75 | - |
YUV | 143.34 | 130.63 | 135.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 137 | 148 | 0 | 0.11 | 0.04 | 0.40 | 321.18 | 0.08 | 0.57 |
Hex | 9A | 89 | 94 | 0 | B | 4 | 28 | 141 | 8 | 39 |
Octal | 232 | 211 | 224 | 0 | 13 | 4 | 50 | 501 | 10 | 71 |
Binary | 10011010 | 10001001 | 10010100 | 0 | 1011 | 100 | 101000 | 101000001 | 1000 | 111001 |
Color Harmonies of #9A8994
Complementary color
Monochromatic Colors of #9A8994
Black with #9A8994
Text Example
Text Example
White with #9A8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8994; }
p { color: rgb(154,137,148); }
H1.HeaderClassName
{
color: #9A8994;
}
.AnyTagClassName
{
color: #9A8994;
}
</style>
background-color css
<style>
a { background-color: #9A8994; }
a { background-color: rgb(154,137,148); }
div.DivClassName
{
background-color: #9A8994;
}
.BgClassName
{
background-color: #9A8994;
}
</style>
border-color css
<style>
span { border-color: #9A8994; }
span { border-color: rgb(154,137,148); }
td.TdClassName
{
border-color: #9A8994;
}
.TagClassName
{
border-color: #9A8994;
}
</style>