Shades of Bouquet #9F819B
Tints of Bouquet #9F819B
RGB
CMYK
RGB Variations
Color information
#9F819B (or 0x9F819B) is known color: Bouquet. HEX triplet: 9F, 81 and 9B. RGB value is (159,129,155). Sum of RGB (Red+Green+Blue) = 159+129+155=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F819B is #607E64. Grayscale: #8C8C8C. Windows color (decimal): -6323813 or 10191263. OLE color: 10191263.
HSL color Cylindrical-coordinate representation of color #9F819B: hue angle of 308º 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 #9F819B is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 155 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.38 |
| HSL | 308º | 0.14% | 0.56% | - |
| HSV(B) | 308º | 0.19% | 0.62% | - |
| XYZ | 28.06 | 25.44 | 34.44 | - |
| YUV | 140.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 155 | 0 | 0.19 | 0.03 | 0.38 | 308 | 0.14 | 0.56 |
| Hex | 9F | 81 | 9B | 0 | 13 | 3 | 26 | 134 | E | 38 |
| Octal | 237 | 201 | 233 | 0 | 23 | 3 | 46 | 464 | 16 | 70 |
| Binary | 10011111 | 10000001 | 10011011 | 0 | 10011 | 11 | 100110 | 100110100 | 1110 | 111000 |
Color Harmonies of #9F819B
Complementary color
Monochromatic Colors of #9F819B
Black with #9F819B
Text Example
Text Example
White with #9F819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F819B; }
p { color: rgb(159,129,155); }
H1.HeaderClassName
{
color: #9F819B;
}
.AnyTagClassName
{
color: #9F819B;
}
</style>
background-color css
<style>
a { background-color: #9F819B; }
a { background-color: rgb(159,129,155); }
div.DivClassName
{
background-color: #9F819B;
}
.BgClassName
{
background-color: #9F819B;
}
</style>
border-color css
<style>
span { border-color: #9F819B; }
span { border-color: rgb(159,129,155); }
td.TdClassName
{
border-color: #9F819B;
}
.TagClassName
{
border-color: #9F819B;
}
</style>