Shades of Bouquet #9F809A
Tints of Bouquet #9F809A
RGB
CMYK
RGB Variations
Color information
#9F809A (or 0x9F809A) is known color: Bouquet. HEX triplet: 9F, 80 and 9A. RGB value is (159,128,154). Sum of RGB (Red+Green+Blue) = 159+128+154=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F809A is #607F65. Grayscale: #8C8C8C. Windows color (decimal): -6324070 or 10125471. OLE color: 10125471.
HSL color Cylindrical-coordinate representation of color #9F809A: hue angle of 309.68º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F809A is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 154 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.38 |
| HSL | 309.68º | 0.14% | 0.56% | - |
| HSV(B) | 309.68º | 0.19% | 0.62% | - |
| XYZ | 27.85 | 25.14 | 33.96 | - |
| YUV | 140.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 154 | 0 | 0.19 | 0.03 | 0.38 | 309.68 | 0.14 | 0.56 |
| Hex | 9F | 80 | 9A | 0 | 13 | 3 | 26 | 136 | E | 38 |
| Octal | 237 | 200 | 232 | 0 | 23 | 3 | 46 | 466 | 16 | 70 |
| Binary | 10011111 | 10000000 | 10011010 | 0 | 10011 | 11 | 100110 | 100110110 | 1110 | 111000 |
Color Harmonies of #9F809A
Complementary color
Monochromatic Colors of #9F809A
Black with #9F809A
Text Example
Text Example
White with #9F809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F809A; }
p { color: rgb(159,128,154); }
H1.HeaderClassName
{
color: #9F809A;
}
.AnyTagClassName
{
color: #9F809A;
}
</style>
background-color css
<style>
a { background-color: #9F809A; }
a { background-color: rgb(159,128,154); }
div.DivClassName
{
background-color: #9F809A;
}
.BgClassName
{
background-color: #9F809A;
}
</style>
border-color css
<style>
span { border-color: #9F809A; }
span { border-color: rgb(159,128,154); }
td.TdClassName
{
border-color: #9F809A;
}
.TagClassName
{
border-color: #9F809A;
}
</style>