Shades of Bouquet #9D819C
Tints of Bouquet #9D819C
RGB
CMYK
RGB Variations
Color information
#9D819C (or 0x9D819C) is known color: Bouquet. HEX triplet: 9D, 81 and 9C. RGB value is (157,129,156). Sum of RGB (Red+Green+Blue) = 157+129+156=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 157 - color contains mainly: red. Hex color #9D819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D819C is #627E63. Grayscale: #8C8C8C. Windows color (decimal): -6454884 or 10256797. OLE color: 10256797.
HSL color Cylindrical-coordinate representation of color #9D819C: hue angle of 302.14º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D819C is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 156 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.38 |
| HSL | 302.14º | 0.13% | 0.56% | - |
| HSV(B) | 302.14º | 0.18% | 0.62% | - |
| XYZ | 27.76 | 25.27 | 34.87 | - |
| YUV | 140.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 156 | 0 | 0.18 | 0.01 | 0.38 | 302.14 | 0.13 | 0.56 |
| Hex | 9D | 81 | 9C | 0 | 12 | 1 | 26 | 12E | C | 38 |
| Octal | 235 | 201 | 234 | 0 | 22 | 1 | 46 | 456 | 14 | 70 |
| Binary | 10011101 | 10000001 | 10011100 | 0 | 10010 | 1 | 100110 | 100101110 | 1100 | 111000 |
Color Harmonies of #9D819C
Complementary color
Monochromatic Colors of #9D819C
Black with #9D819C
Text Example
Text Example
White with #9D819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D819C; }
p { color: rgb(157,129,156); }
H1.HeaderClassName
{
color: #9D819C;
}
.AnyTagClassName
{
color: #9D819C;
}
</style>
background-color css
<style>
a { background-color: #9D819C; }
a { background-color: rgb(157,129,156); }
div.DivClassName
{
background-color: #9D819C;
}
.BgClassName
{
background-color: #9D819C;
}
</style>
border-color css
<style>
span { border-color: #9D819C; }
span { border-color: rgb(157,129,156); }
td.TdClassName
{
border-color: #9D819C;
}
.TagClassName
{
border-color: #9D819C;
}
</style>