Shades of Bouquet #9C819B
Tints of Bouquet #9C819B
RGB
CMYK
RGB Variations
Color information
#9C819B (or 0x9C819B) is known color: Bouquet. HEX triplet: 9C, 81 and 9B. RGB value is (156,129,155). Sum of RGB (Red+Green+Blue) = 156+129+155=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 156 - color contains mainly: red. Hex color #9C819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C819B is #637E64. Grayscale: #8B8B8B. Windows color (decimal): -6520421 or 10191260. OLE color: 10191260.
HSL color Cylindrical-coordinate representation of color #9C819B: hue angle of 302.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C819B is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 155 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.39 |
| HSL | 302.22º | 0.12% | 0.56% | - |
| HSV(B) | 302.22º | 0.17% | 0.61% | - |
| XYZ | 27.48 | 25.13 | 34.41 | - |
| YUV | 140.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 155 | 0 | 0.17 | 0.01 | 0.39 | 302.22 | 0.12 | 0.56 |
| Hex | 9C | 81 | 9B | 0 | 11 | 1 | 27 | 12E | C | 38 |
| Octal | 234 | 201 | 233 | 0 | 21 | 1 | 47 | 456 | 14 | 70 |
| Binary | 10011100 | 10000001 | 10011011 | 0 | 10001 | 1 | 100111 | 100101110 | 1100 | 111000 |
Color Harmonies of #9C819B
Complementary color
Monochromatic Colors of #9C819B
Black with #9C819B
Text Example
Text Example
White with #9C819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C819B; }
p { color: rgb(156,129,155); }
H1.HeaderClassName
{
color: #9C819B;
}
.AnyTagClassName
{
color: #9C819B;
}
</style>
background-color css
<style>
a { background-color: #9C819B; }
a { background-color: rgb(156,129,155); }
div.DivClassName
{
background-color: #9C819B;
}
.BgClassName
{
background-color: #9C819B;
}
</style>
border-color css
<style>
span { border-color: #9C819B; }
span { border-color: rgb(156,129,155); }
td.TdClassName
{
border-color: #9C819B;
}
.TagClassName
{
border-color: #9C819B;
}
</style>