Shades of Venus #9B7483
Tints of Venus #9B7483
RGB
CMYK
RGB Variations
Color information
#9B7483 (or 0x9B7483) is known color: Venus. HEX triplet: 9B, 74 and 83. RGB value is (155,116,131). Sum of RGB (Red+Green+Blue) = 155+116+131=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7483 is #648B7C. Grayscale: #818181. Windows color (decimal): -6589309 or 8615067. OLE color: 8615067.
HSL color Cylindrical-coordinate representation of color #9B7483: hue angle of 336.92º 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 #9B7483 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 131 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.39 |
| HSL | 336.92º | 0.16% | 0.53% | - |
| HSV(B) | 336.92º | 0.25% | 0.61% | - |
| XYZ | 23.86 | 21.1 | 24.29 | - |
| YUV | 129.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 131 | 0 | 0.25 | 0.15 | 0.39 | 336.92 | 0.16 | 0.53 |
| Hex | 9B | 74 | 83 | 0 | 19 | F | 27 | 151 | 10 | 35 |
| Octal | 233 | 164 | 203 | 0 | 31 | 17 | 47 | 521 | 20 | 65 |
| Binary | 10011011 | 1110100 | 10000011 | 0 | 11001 | 1111 | 100111 | 101010001 | 10000 | 110101 |
Color Harmonies of #9B7483
Complementary color
Monochromatic Colors of #9B7483
Black with #9B7483
Text Example
Text Example
White with #9B7483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7483; }
p { color: rgb(155,116,131); }
H1.HeaderClassName
{
color: #9B7483;
}
.AnyTagClassName
{
color: #9B7483;
}
</style>
background-color css
<style>
a { background-color: #9B7483; }
a { background-color: rgb(155,116,131); }
div.DivClassName
{
background-color: #9B7483;
}
.BgClassName
{
background-color: #9B7483;
}
</style>
border-color css
<style>
span { border-color: #9B7483; }
span { border-color: rgb(155,116,131); }
td.TdClassName
{
border-color: #9B7483;
}
.TagClassName
{
border-color: #9B7483;
}
</style>