Shades of Venus #9B7584
Tints of Venus #9B7584
RGB
CMYK
RGB Variations
Color information
#9B7584 (or 0x9B7584) is known color: Venus. HEX triplet: 9B, 75 and 84. RGB value is (155,117,132). Sum of RGB (Red+Green+Blue) = 155+117+132=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7584 is #648A7B. Grayscale: #828282. Windows color (decimal): -6589052 or 8680859. OLE color: 8680859.
HSL color Cylindrical-coordinate representation of color #9B7584: hue angle of 336.32º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7584 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 132 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.39 |
| HSL | 336.32º | 0.16% | 0.53% | - |
| HSV(B) | 336.32º | 0.25% | 0.61% | - |
| XYZ | 24.04 | 21.36 | 24.68 | - |
| YUV | 130.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 132 | 0 | 0.25 | 0.15 | 0.39 | 336.32 | 0.16 | 0.53 |
| Hex | 9B | 75 | 84 | 0 | 19 | F | 27 | 150 | 10 | 35 |
| Octal | 233 | 165 | 204 | 0 | 31 | 17 | 47 | 520 | 20 | 65 |
| Binary | 10011011 | 1110101 | 10000100 | 0 | 11001 | 1111 | 100111 | 101010000 | 10000 | 110101 |
Color Harmonies of #9B7584
Complementary color
Monochromatic Colors of #9B7584
Black with #9B7584
Text Example
Text Example
White with #9B7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7584; }
p { color: rgb(155,117,132); }
H1.HeaderClassName
{
color: #9B7584;
}
.AnyTagClassName
{
color: #9B7584;
}
</style>
background-color css
<style>
a { background-color: #9B7584; }
a { background-color: rgb(155,117,132); }
div.DivClassName
{
background-color: #9B7584;
}
.BgClassName
{
background-color: #9B7584;
}
</style>
border-color css
<style>
span { border-color: #9B7584; }
span { border-color: rgb(155,117,132); }
td.TdClassName
{
border-color: #9B7584;
}
.TagClassName
{
border-color: #9B7584;
}
</style>