Shades of Venus #917A84
Tints of Venus #917A84
RGB
CMYK
RGB Variations
Color information
#917A84 (or 0x917A84) is known color: Venus. HEX triplet: 91, 7A and 84. RGB value is (145,122,132). Sum of RGB (Red+Green+Blue) = 145+122+132=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #917A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A84 is #6E857B. Grayscale: #828282. Windows color (decimal): -7243132 or 8682129. OLE color: 8682129.
HSL color Cylindrical-coordinate representation of color #917A84: hue angle of 333.91º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #917A84 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 132 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.43 |
| HSL | 333.91º | 0.09% | 0.52% | - |
| HSV(B) | 333.91º | 0.16% | 0.57% | - |
| XYZ | 22.8 | 21.6 | 24.8 | - |
| YUV | 130.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 132 | 0 | 0.16 | 0.09 | 0.43 | 333.91 | 0.09 | 0.52 |
| Hex | 91 | 7A | 84 | 0 | 10 | 9 | 2B | 14E | 9 | 34 |
| Octal | 221 | 172 | 204 | 0 | 20 | 11 | 53 | 516 | 11 | 64 |
| Binary | 10010001 | 1111010 | 10000100 | 0 | 10000 | 1001 | 101011 | 101001110 | 1001 | 110100 |
Color Harmonies of #917A84
Complementary color
Monochromatic Colors of #917A84
Black with #917A84
Text Example
Text Example
White with #917A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A84; }
p { color: rgb(145,122,132); }
H1.HeaderClassName
{
color: #917A84;
}
.AnyTagClassName
{
color: #917A84;
}
</style>
background-color css
<style>
a { background-color: #917A84; }
a { background-color: rgb(145,122,132); }
div.DivClassName
{
background-color: #917A84;
}
.BgClassName
{
background-color: #917A84;
}
</style>
border-color css
<style>
span { border-color: #917A84; }
span { border-color: rgb(145,122,132); }
td.TdClassName
{
border-color: #917A84;
}
.TagClassName
{
border-color: #917A84;
}
</style>