Shades of Bouquet #9F909B
Tints of Bouquet #9F909B
RGB
CMYK
RGB Variations
Color information
#9F909B (or 0x9F909B) is known color: Bouquet. HEX triplet: 9F, 90 and 9B. RGB value is (159,144,155). Sum of RGB (Red+Green+Blue) = 159+144+155=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 159 - color contains mainly: red. Hex color #9F909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F909B is #606F64. Grayscale: #959595. Windows color (decimal): -6319973 or 10195103. OLE color: 10195103.
HSL color Cylindrical-coordinate representation of color #9F909B: hue angle of 316º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9F909B is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 155 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.38 |
| HSL | 316º | 0.07% | 0.59% | - |
| HSV(B) | 316º | 0.09% | 0.62% | - |
| XYZ | 30.19 | 29.68 | 35.15 | - |
| YUV | 149.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 155 | 0 | 0.09 | 0.03 | 0.38 | 316 | 0.07 | 0.59 |
| Hex | 9F | 90 | 9B | 0 | 9 | 3 | 26 | 13C | 7 | 3B |
| Octal | 237 | 220 | 233 | 0 | 11 | 3 | 46 | 474 | 7 | 73 |
| Binary | 10011111 | 10010000 | 10011011 | 0 | 1001 | 11 | 100110 | 100111100 | 111 | 111011 |
Color Harmonies of #9F909B
Complementary color
Monochromatic Colors of #9F909B
Black with #9F909B
Text Example
Text Example
White with #9F909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F909B; }
p { color: rgb(159,144,155); }
H1.HeaderClassName
{
color: #9F909B;
}
.AnyTagClassName
{
color: #9F909B;
}
</style>
background-color css
<style>
a { background-color: #9F909B; }
a { background-color: rgb(159,144,155); }
div.DivClassName
{
background-color: #9F909B;
}
.BgClassName
{
background-color: #9F909B;
}
</style>
border-color css
<style>
span { border-color: #9F909B; }
span { border-color: rgb(159,144,155); }
td.TdClassName
{
border-color: #9F909B;
}
.TagClassName
{
border-color: #9F909B;
}
</style>