Shades of Bouquet #9F919C
Tints of Bouquet #9F919C
RGB
CMYK
RGB Variations
Color information
#9F919C (or 0x9F919C) is known color: Bouquet. HEX triplet: 9F, 91 and 9C. RGB value is (159,145,156). Sum of RGB (Red+Green+Blue) = 159+145+156=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 159 - color contains mainly: red. Hex color #9F919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F919C is #606E63. Grayscale: #969696. Windows color (decimal): -6319716 or 10260895. OLE color: 10260895.
HSL color Cylindrical-coordinate representation of color #9F919C: hue angle of 312.86º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9F919C is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 156 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.38 |
| HSL | 312.86º | 0.07% | 0.6% | - |
| HSV(B) | 312.86º | 0.09% | 0.62% | - |
| XYZ | 30.42 | 30.02 | 35.64 | - |
| YUV | 150.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 156 | 0 | 0.09 | 0.02 | 0.38 | 312.86 | 0.07 | 0.6 |
| Hex | 9F | 91 | 9C | 0 | 9 | 2 | 26 | 139 | 7 | 3C |
| Octal | 237 | 221 | 234 | 0 | 11 | 2 | 46 | 471 | 7 | 74 |
| Binary | 10011111 | 10010001 | 10011100 | 0 | 1001 | 10 | 100110 | 100111001 | 111 | 111100 |
Color Harmonies of #9F919C
Complementary color
Monochromatic Colors of #9F919C
Black with #9F919C
Text Example
Text Example
White with #9F919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F919C; }
p { color: rgb(159,145,156); }
H1.HeaderClassName
{
color: #9F919C;
}
.AnyTagClassName
{
color: #9F919C;
}
</style>
background-color css
<style>
a { background-color: #9F919C; }
a { background-color: rgb(159,145,156); }
div.DivClassName
{
background-color: #9F919C;
}
.BgClassName
{
background-color: #9F919C;
}
</style>
border-color css
<style>
span { border-color: #9F919C; }
span { border-color: rgb(159,145,156); }
td.TdClassName
{
border-color: #9F919C;
}
.TagClassName
{
border-color: #9F919C;
}
</style>