Shades of Bouquet #998998
Tints of Bouquet #998998
RGB
CMYK
RGB Variations
Color information
#998998 (or 0x998998) is known color: Bouquet. HEX triplet: 99, 89 and 98. RGB value is (153,137,152). Sum of RGB (Red+Green+Blue) = 153+137+152=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 153 - color contains mainly: red. Hex color #998998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998998 is #667667. Grayscale: #8F8F8F. Windows color (decimal): -6714984 or 9996697. OLE color: 9996697.
HSL color Cylindrical-coordinate representation of color #998998: hue angle of 303.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #998998 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 152 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.4 |
| HSL | 303.75º | 0.07% | 0.57% | - |
| HSV(B) | 303.75º | 0.1% | 0.6% | - |
| XYZ | 27.75 | 26.93 | 33.44 | - |
| YUV | 143.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 152 | 0 | 0.10 | 0.01 | 0.4 | 303.75 | 0.07 | 0.57 |
| Hex | 99 | 89 | 98 | 0 | A | 1 | 28 | 130 | 7 | 39 |
| Octal | 231 | 211 | 230 | 0 | 12 | 1 | 50 | 460 | 7 | 71 |
| Binary | 10011001 | 10001001 | 10011000 | 0 | 1010 | 1 | 101000 | 100110000 | 111 | 111001 |
Color Harmonies of #998998
Complementary color
Monochromatic Colors of #998998
Black with #998998
Text Example
Text Example
White with #998998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998998; }
p { color: rgb(153,137,152); }
H1.HeaderClassName
{
color: #998998;
}
.AnyTagClassName
{
color: #998998;
}
</style>
background-color css
<style>
a { background-color: #998998; }
a { background-color: rgb(153,137,152); }
div.DivClassName
{
background-color: #998998;
}
.BgClassName
{
background-color: #998998;
}
</style>
border-color css
<style>
span { border-color: #998998; }
span { border-color: rgb(153,137,152); }
td.TdClassName
{
border-color: #998998;
}
.TagClassName
{
border-color: #998998;
}
</style>