Shades of Bouquet #9F909C
Tints of Bouquet #9F909C
RGB
CMYK
RGB Variations
Color information
#9F909C (or 0x9F909C) is known color: Bouquet. HEX triplet: 9F, 90 and 9C. RGB value is (159,144,156). Sum of RGB (Red+Green+Blue) = 159+144+156=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 159 - color contains mainly: red. Hex color #9F909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F909C is #606F63. Grayscale: #959595. Windows color (decimal): -6319972 or 10260639. OLE color: 10260639.
HSL color Cylindrical-coordinate representation of color #9F909C: hue angle of 312º 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 #9F909C is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 156 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.38 |
| HSL | 312º | 0.07% | 0.59% | - |
| HSV(B) | 312º | 0.09% | 0.62% | - |
| XYZ | 30.27 | 29.72 | 35.59 | - |
| YUV | 149.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 156 | 0 | 0.09 | 0.02 | 0.38 | 312 | 0.07 | 0.59 |
| Hex | 9F | 90 | 9C | 0 | 9 | 2 | 26 | 138 | 7 | 3B |
| Octal | 237 | 220 | 234 | 0 | 11 | 2 | 46 | 470 | 7 | 73 |
| Binary | 10011111 | 10010000 | 10011100 | 0 | 1001 | 10 | 100110 | 100111000 | 111 | 111011 |
Color Harmonies of #9F909C
Complementary color
Monochromatic Colors of #9F909C
Black with #9F909C
Text Example
Text Example
White with #9F909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F909C; }
p { color: rgb(159,144,156); }
H1.HeaderClassName
{
color: #9F909C;
}
.AnyTagClassName
{
color: #9F909C;
}
</style>
background-color css
<style>
a { background-color: #9F909C; }
a { background-color: rgb(159,144,156); }
div.DivClassName
{
background-color: #9F909C;
}
.BgClassName
{
background-color: #9F909C;
}
</style>
border-color css
<style>
span { border-color: #9F909C; }
span { border-color: rgb(159,144,156); }
td.TdClassName
{
border-color: #9F909C;
}
.TagClassName
{
border-color: #9F909C;
}
</style>