Shades of Venus #9F8F90
Tints of Venus #9F8F90
RGB
CMYK
RGB Variations
Color information
#9F8F90 (or 0x9F8F90) is known color: Venus. HEX triplet: 9F, 8F and 90. RGB value is (159,143,144). Sum of RGB (Red+Green+Blue) = 159+143+144=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F90 is #60706F. Grayscale: #939393. Windows color (decimal): -6320240 or 9473951. OLE color: 9473951.
HSL color Cylindrical-coordinate representation of color #9F8F90: hue angle of 356.25º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F8F90 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 143 | 144 | - |
CMYK | 0 | 0.10 | 0.09 | 0.38 |
HSL | 356.25º | 0.08% | 0.59% | - |
HSV(B) | 356.25º | 0.1% | 0.62% | - |
XYZ | 29.15 | 29.03 | 30.45 | - |
YUV | 147.9 | 125.8 | 135.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 143 | 144 | 0 | 0.10 | 0.09 | 0.38 | 356.25 | 0.08 | 0.59 |
Hex | 9F | 8F | 90 | 0 | A | 9 | 26 | 164 | 8 | 3B |
Octal | 237 | 217 | 220 | 0 | 12 | 11 | 46 | 544 | 10 | 73 |
Binary | 10011111 | 10001111 | 10010000 | 0 | 1010 | 1001 | 100110 | 101100100 | 1000 | 111011 |
Color Harmonies of #9F8F90
Complementary color
Monochromatic Colors of #9F8F90
Black with #9F8F90
Text Example
Text Example
White with #9F8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F90; }
p { color: rgb(159,143,144); }
H1.HeaderClassName
{
color: #9F8F90;
}
.AnyTagClassName
{
color: #9F8F90;
}
</style>
background-color css
<style>
a { background-color: #9F8F90; }
a { background-color: rgb(159,143,144); }
div.DivClassName
{
background-color: #9F8F90;
}
.BgClassName
{
background-color: #9F8F90;
}
</style>
border-color css
<style>
span { border-color: #9F8F90; }
span { border-color: rgb(159,143,144); }
td.TdClassName
{
border-color: #9F8F90;
}
.TagClassName
{
border-color: #9F8F90;
}
</style>