Shades of Bouquet #9F7D9D
Tints of Bouquet #9F7D9D
RGB
CMYK
RGB Variations
Color information
#9F7D9D (or 0x9F7D9D) is known color: Bouquet. HEX triplet: 9F, 7D and 9D. RGB value is (159,125,157). Sum of RGB (Red+Green+Blue) = 159+125+157=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7D9D is #608262. Grayscale: #8A8A8A. Windows color (decimal): -6324835 or 10321311. OLE color: 10321311.
HSL color Cylindrical-coordinate representation of color #9F7D9D: hue angle of 303.53º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F7D9D is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 125 | 157 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.38 |
| HSL | 303.53º | 0.15% | 0.56% | - |
| HSV(B) | 303.53º | 0.21% | 0.62% | - |
| XYZ | 27.72 | 24.47 | 35.16 | - |
| YUV | 138.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 157 | 0 | 0.21 | 0.01 | 0.38 | 303.53 | 0.15 | 0.56 |
| Hex | 9F | 7D | 9D | 0 | 15 | 1 | 26 | 130 | F | 38 |
| Octal | 237 | 175 | 235 | 0 | 25 | 1 | 46 | 460 | 17 | 70 |
| Binary | 10011111 | 1111101 | 10011101 | 0 | 10101 | 1 | 100110 | 100110000 | 1111 | 111000 |
Color Harmonies of #9F7D9D
Complementary color
Monochromatic Colors of #9F7D9D
Black with #9F7D9D
Text Example
Text Example
White with #9F7D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7D9D; }
p { color: rgb(159,125,157); }
H1.HeaderClassName
{
color: #9F7D9D;
}
.AnyTagClassName
{
color: #9F7D9D;
}
</style>
background-color css
<style>
a { background-color: #9F7D9D; }
a { background-color: rgb(159,125,157); }
div.DivClassName
{
background-color: #9F7D9D;
}
.BgClassName
{
background-color: #9F7D9D;
}
</style>
border-color css
<style>
span { border-color: #9F7D9D; }
span { border-color: rgb(159,125,157); }
td.TdClassName
{
border-color: #9F7D9D;
}
.TagClassName
{
border-color: #9F7D9D;
}
</style>