Shades of Venus #9C7B88
Tints of Venus #9C7B88
RGB
CMYK
RGB Variations
Color information
#9C7B88 (or 0x9C7B88) is known color: Venus. HEX triplet: 9C, 7B and 88. RGB value is (156,123,136). Sum of RGB (Red+Green+Blue) = 156+123+136=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7B88 is #638477. Grayscale: #868686. Windows color (decimal): -6521976 or 8944540. OLE color: 8944540.
HSL color Cylindrical-coordinate representation of color #9C7B88: hue angle of 336.36º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C7B88 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 136 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.39 |
| HSL | 336.36º | 0.14% | 0.55% | - |
| HSV(B) | 336.36º | 0.21% | 0.61% | - |
| XYZ | 25.24 | 23.01 | 26.4 | - |
| YUV | 134.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 136 | 0 | 0.21 | 0.13 | 0.39 | 336.36 | 0.14 | 0.55 |
| Hex | 9C | 7B | 88 | 0 | 15 | D | 27 | 150 | E | 37 |
| Octal | 234 | 173 | 210 | 0 | 25 | 15 | 47 | 520 | 16 | 67 |
| Binary | 10011100 | 1111011 | 10001000 | 0 | 10101 | 1101 | 100111 | 101010000 | 1110 | 110111 |
Color Harmonies of #9C7B88
Complementary color
Monochromatic Colors of #9C7B88
Black with #9C7B88
Text Example
Text Example
White with #9C7B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B88; }
p { color: rgb(156,123,136); }
H1.HeaderClassName
{
color: #9C7B88;
}
.AnyTagClassName
{
color: #9C7B88;
}
</style>
background-color css
<style>
a { background-color: #9C7B88; }
a { background-color: rgb(156,123,136); }
div.DivClassName
{
background-color: #9C7B88;
}
.BgClassName
{
background-color: #9C7B88;
}
</style>
border-color css
<style>
span { border-color: #9C7B88; }
span { border-color: rgb(156,123,136); }
td.TdClassName
{
border-color: #9C7B88;
}
.TagClassName
{
border-color: #9C7B88;
}
</style>